|
|
@@ -32,7 +32,7 @@ namespace ServerComparison.FunctionalTests
|
|
|
}
|
|
|
|
|
|
public static TestMatrix NoCompressionTestVariants
|
|
|
- => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
|
|
|
+ => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, /* ServerType.Nginx, https://github.com/aspnet/AspNetCore-Internal/issues/1525 */ ServerType.HttpSys)
|
|
|
.WithTfms(Tfm.NetCoreApp30)
|
|
|
.WithAllAncmVersions()
|
|
|
.WithAllHostingModels();
|
|
|
@@ -45,7 +45,7 @@ namespace ServerComparison.FunctionalTests
|
|
|
}
|
|
|
|
|
|
public static TestMatrix HostCompressionTestVariants
|
|
|
- => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Nginx)
|
|
|
+ => TestMatrix.ForServers(ServerType.IISExpress /*, ServerType.Nginx https://github.com/aspnet/AspNetCore-Internal/issues/1525 */ )
|
|
|
.WithTfms(Tfm.NetCoreApp30)
|
|
|
.WithAllAncmVersions()
|
|
|
.WithAllHostingModels();
|
|
|
@@ -71,7 +71,7 @@ namespace ServerComparison.FunctionalTests
|
|
|
}
|
|
|
|
|
|
public static TestMatrix HostAndAppCompressionTestVariants
|
|
|
- => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
|
|
|
+ => TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, /* ServerType.Nginx, https://github.com/aspnet/AspNetCore-Internal/issues/1525 */ ServerType.HttpSys)
|
|
|
.WithTfms(Tfm.NetCoreApp30)
|
|
|
.WithAllAncmVersions()
|
|
|
.WithAllHostingModels();
|