From 1782a7060156ba8cb4bd318c983b02c6321e2695 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 16 Nov 2018 00:29:46 -0800 Subject: [PATCH] Disable flaky selenium tests while debugging (#4053) --- src/Servers/Kestrel/test/Interop.FunctionalTests/ChromeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/ChromeTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/ChromeTests.cs index a1b653530c..1e402ba8bf 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/ChromeTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/ChromeTests.cs @@ -65,7 +65,7 @@ namespace Interop.FunctionalTests }; } - [ConditionalTheory] + [ConditionalTheory(Skip="Disabling while debugging. https://github.com/aspnet/AspNetCore-Internal/issues/1363")] [OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Missing SslStream ALPN support: https://github.com/dotnet/corefx/issues/30492")] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win81, SkipReason = "Missing Windows ALPN support: https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation#Support")] [InlineData("", "Interop HTTP/2 GET")]