Disable flaky music store test (#8461)
This commit is contained in:
parent
e6d77a1f6c
commit
899fc117c6
|
|
@ -15,7 +15,7 @@ namespace E2ETests
|
||||||
public class PublishAndRunTests : LoggedTest
|
public class PublishAndRunTests : LoggedTest
|
||||||
{
|
{
|
||||||
public static TestMatrix TestVariants
|
public static TestMatrix TestVariants
|
||||||
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys)
|
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.HttpSys)
|
||||||
.WithTfms(Tfm.NetCoreApp30)
|
.WithTfms(Tfm.NetCoreApp30)
|
||||||
.WithAllApplicationTypes()
|
.WithAllApplicationTypes()
|
||||||
.WithAllHostingModels()
|
.WithAllHostingModels()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue