Skip to content

Commit

Permalink
Quarantine flaky tests (dotnet#38009)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored Nov 2, 2021
1 parent 8605c25 commit f72e6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ public async Task GET_MultipleRequestsInSequence_ReusedState()

// Verify HTTP/2 and HTTP/3 match behavior
[ConditionalTheory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38008")]
[MsQuicSupported]
[InlineData(HttpProtocols.Http3)]
[InlineData(HttpProtocols.Http2)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public async Task Echo(string scheme)

// Concurrency testing
[Theory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/37943")]
[MemberData(nameof(SupportedSchemes))]
public async Task MultiplexGet(string scheme)
{
Expand Down

0 comments on commit f72e6e8

Please sign in to comment.