Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Jan 27, 2022
2 parents 43817ac + aeb1abd commit 9b9b2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Flurl.Test/Http/RealHttpTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void can_set_timeout_and_cancellation_token() {
Assert.IsFalse(cts.Token.IsCancellationRequested);
}

[Test]
[Test, Ignore("failing on AppVeyor, holding up bugfix release")]
public async Task connection_lease_timeout_doesnt_disrupt_calls() {
// testing this quickly is tricky. HttpClient will be replaced by a new instance after 1 timeout and disposed
// after another, so the timeout period (typically minutes in real-world scenarios) needs to be long enough
Expand Down Expand Up @@ -380,4 +380,4 @@ public async Task can_receive_cookie_from_redirect_response_and_add_it_to_jar()
}
#endregion
}
}
}

0 comments on commit 9b9b2a6

Please sign in to comment.