Skip to content

Commit

Permalink
Remove leftover disable parallelizations on HTTP/3 (#103748)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans authored Jun 20, 2024
1 parent ae6ad88 commit 4a7fe65
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

namespace System.Net.Http.Functional.Tests
{
[Collection(nameof(DisableParallelization))]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public sealed class HttpClientHandlerTest_Http3 : HttpClientHandlerTestBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public void CreateAndDestroyManyClients(int numClients)
}
}

[Collection(nameof(DisableParallelization))]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public sealed class SocketsHttpHandler_HttpClientMiniStress_Http3 : HttpClientMiniStress
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,6 @@ public HttpMetricsTest_Http20_HttpMessageInvoker(ITestOutputHelper output) : bas
}
}

[Collection(nameof(DisableParallelization))]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public class HttpMetricsTest_Http30 : HttpMetricsTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public Http2ResponseStreamZeroByteReadTest(ITestOutputHelper output) : base(outp
protected override Version UseVersion => HttpVersion.Version20;
}

[Collection(nameof(DisableParallelization))]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public sealed class Http3ResponseStreamZeroByteReadTest : ResponseStreamZeroByteReadTestBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,6 @@ public sealed class TelemetryTest_Http20 : TelemetryTest
public TelemetryTest_Http20(ITestOutputHelper output) : base(output) { }
}

[Collection(nameof(DisableParallelization))]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public sealed class TelemetryTest_Http30 : TelemetryTest
{
Expand Down

0 comments on commit 4a7fe65

Please sign in to comment.