From 4aa5e03207a005d7310ba792c76f5339d74c3364 Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Tue, 28 Jul 2020 11:21:33 -0700 Subject: [PATCH] Unquarantine Tests (#24295) * Unquarantine Tests --- .../test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs | 1 - src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs index 0e2773406f90..2283a002084d 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs @@ -1495,7 +1495,6 @@ public async Task Settings_InitialWindowSize_Client(string scheme) [Theory] [MemberData(nameof(SupportedSchemes))] - [QuarantinedTest] public async Task ConnectionWindowSize_Server(string scheme) { var requestFinished = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously); diff --git a/src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs b/src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs index d3aee43cac1b..0d69f49d2ec9 100644 --- a/src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs +++ b/src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs @@ -221,7 +221,6 @@ public async Task TransitiveProjectReferences_TwoLevels() } [Fact] - [QuarantinedTest] public async Task ProjectReferences_Graph() { var graph = new TestProjectGraph(_tempDir);