Skip to content

Commit 3ea1f6a

Browse files
authored
Disable ResponseFormats_Chunked test (#6952)
1 parent 522705f commit 3ea1f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/test/FunctionalTests/ResponseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public ResponseTests(ITestOutputHelper output) : base(output)
2525
}
2626

2727
public static TestMatrix TestVariants
28-
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, /* ServerType.Nginx, https://github.com/aspnet/AspNetCore-Internal/issues/1525 */ ServerType.HttpSys)
28+
=> TestMatrix.ForServers(/* ServerType.IISExpress, https://github.com/aspnet/AspNetCore/issues/6168, */ ServerType.Kestrel, /* ServerType.Nginx, https://github.com/aspnet/AspNetCore-Internal/issues/1525 */ ServerType.HttpSys)
2929
.WithTfms(Tfm.NetCoreApp22)
3030
.WithAllAncmVersions()
3131
.WithAllHostingModels();

0 commit comments

Comments
 (0)