Skip to content

Commit

Permalink
fix flaky test (dotnet#40565)
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffrey Kizer <[email protected]>
  • Loading branch information
2 people authored and Jacksondr5 committed Aug 10, 2020
1 parent 565c790 commit 7220811
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public async Task CustomConnectionFactory_SyncRequest_Fails()

HttpRequestException e = await Assert.ThrowsAnyAsync<HttpRequestException>(() => client.GetStringAsync($"http://{Guid.NewGuid():N}.com/foo"));
NetworkException networkException = Assert.IsType<NetworkException>(e.InnerException);
Assert.Equal(NetworkError.HostNotFound, networkException.NetworkError);
}
}

Expand Down

0 comments on commit 7220811

Please sign in to comment.