Skip to content

Commit a4bd130

Browse files
jkotalikanalogrelay
authored andcommitted
Skip CORS tests (#11355)
1 parent 839cf89 commit a4bd130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public CorsMiddlewareFunctionalTests(ITestOutputHelper output)
2828

2929
public ITestOutputHelper Output { get; }
3030

31-
[ConditionalTheory]
31+
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore/issues/11354")]
3232
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Disabling this test on OSX until we have a resolution for https://github.com/aspnet/AspNetCore-Internal/issues/1619")]
3333
[InlineData("Startup")]
3434
[InlineData("StartupWithoutEndpointRouting")]

0 commit comments

Comments
 (0)