From 611ee61e0eaf91eecd77e2906c01eb78ccf91b55 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 18 Sep 2020 13:08:30 -0700 Subject: [PATCH] Quarantine tests (#26062) --- .../IIS/test/Common.FunctionalTests/Inprocess/Http2Tests.cs | 1 + src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/Http2Tests.cs b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/Http2Tests.cs index d6371821a1..50bd38e726 100644 --- a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/Http2Tests.cs +++ b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/Http2Tests.cs @@ -43,6 +43,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess { } + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26060")] [ConditionalTheory] [InlineData("GET")] [InlineData("HEAD")] diff --git a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj index b9c9d9fe3c..3a65720a67 100644 --- a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj +++ b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj @@ -12,6 +12,9 @@ --> true true + + + true