Marked the RunClientTests as flaky (#12497)
This commit is contained in:
parent
dd0d483f7d
commit
9b6f10d20c
|
|
@ -28,6 +28,7 @@ namespace FunctionalTests
|
||||||
|
|
||||||
public ITestOutputHelper Output { get; }
|
public ITestOutputHelper Output { get; }
|
||||||
|
|
||||||
|
[Flaky("https://github.com/aspnet/aspnetcore-internal/issues/2865", FlakyOn.Helix.All)]
|
||||||
[ConditionalTheory]
|
[ConditionalTheory]
|
||||||
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Disabling this test on OSX until we have a resolution for https://github.com/aspnet/AspNetCore-Internal/issues/1619")]
|
[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("Startup")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue