Skip to content

Commit

Permalink
Skip CORS tests (#11355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik authored and analogrelay committed Jun 18, 2019
1 parent 839cf89 commit a4bd130
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public CorsMiddlewareFunctionalTests(ITestOutputHelper output)

public ITestOutputHelper Output { get; }

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

0 comments on commit a4bd130

Please sign in to comment.