From 899fc117c67d5bdf6d506526c8485224f3958f74 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 12 Mar 2019 21:59:13 -0700 Subject: [PATCH] Disable flaky music store test (#8461) --- src/MusicStore/test/MusicStore.E2ETests/PublishAndRunTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MusicStore/test/MusicStore.E2ETests/PublishAndRunTests.cs b/src/MusicStore/test/MusicStore.E2ETests/PublishAndRunTests.cs index 9bca350ead..8c31c9c2f6 100644 --- a/src/MusicStore/test/MusicStore.E2ETests/PublishAndRunTests.cs +++ b/src/MusicStore/test/MusicStore.E2ETests/PublishAndRunTests.cs @@ -15,7 +15,7 @@ namespace E2ETests public class PublishAndRunTests : LoggedTest { public static TestMatrix TestVariants - => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) + => TestMatrix.ForServers(ServerType.IISExpress, ServerType.HttpSys) .WithTfms(Tfm.NetCoreApp30) .WithAllApplicationTypes() .WithAllHostingModels()