Skip to content

Commit

Permalink
Smaller repro
Browse files Browse the repository at this point in the history
Smaller repro for dotnet/runtime#40301
  • Loading branch information
jaredpar committed Aug 6, 2020
1 parent de73854 commit b1bc273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task CallBeforeListen()
await Assert.ThrowsAsync<InvalidOperationException>(() => _host.GetNextClientConnectionAsync()).ConfigureAwait(false);
}

[ConditionalFact(typeof(WindowsOnly), Reason = "https://github.com/dotnet/runtime/issues/40301")]
[Fact]
public async Task CallAfterComplete()
{
_host.BeginListening();
Expand Down

0 comments on commit b1bc273

Please sign in to comment.