зеркало из https://github.com/aspnet/MusicStore.git
Disable IISExpress tests (#877)
This commit is contained in:
Родитель
2f747d5055
Коммит
2b0ea782be
|
@ -14,8 +14,9 @@ namespace E2ETests
|
||||||
[Trait("E2Etests", "PublishAndRun")]
|
[Trait("E2Etests", "PublishAndRun")]
|
||||||
public class PublishAndRunTests : LoggedTest
|
public class PublishAndRunTests : LoggedTest
|
||||||
{
|
{
|
||||||
|
// ANCM tests disabled, see: https://github.com/aspnet/websdk/issues/422
|
||||||
public static TestMatrix TestVariants
|
public static TestMatrix TestVariants
|
||||||
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys)
|
=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
|
||||||
.WithTfms(Tfm.NetCoreApp30)
|
.WithTfms(Tfm.NetCoreApp30)
|
||||||
.WithAllApplicationTypes()
|
.WithAllApplicationTypes()
|
||||||
.WithAllAncmVersions()
|
.WithAllAncmVersions()
|
||||||
|
@ -24,7 +25,7 @@ namespace E2ETests
|
||||||
|
|
||||||
// ANCM In-process cannot run on netcoreapp2.1 and below
|
// ANCM In-process cannot run on netcoreapp2.1 and below
|
||||||
public static TestMatrix TestVariantsWithoutInproc
|
public static TestMatrix TestVariantsWithoutInproc
|
||||||
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys)
|
=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
|
||||||
.WithTfms(Tfm.NetCoreApp30)
|
.WithTfms(Tfm.NetCoreApp30)
|
||||||
.WithAllApplicationTypes()
|
.WithAllApplicationTypes()
|
||||||
.WithAllAncmVersions()
|
.WithAllAncmVersions()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче