Disable flaky music store test (#8461)

This commit is contained in:
Justin Kotalik 2019-03-12 21:59:13 -07:00 committed by GitHub
parent e6d77a1f6c
commit 899fc117c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()