Skip to content

Commit

Permalink
Disabling Match_ExcessPrefix until the attribute is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Sep 28, 2021
1 parent 181da3b commit 5d71e32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ public async Task Match_SpecialUnicodeCharacters_Invariant(RegexEngine engine)

private static bool IsNotArmProcessAndRemoteExecutorSupported => PlatformDetection.IsNotArmProcess && RemoteExecutor.IsSupported;

[ActiveIssue("https://github.com/dotnet/runtime/issues/59541")]
[ConditionalTheory(nameof(IsNotArmProcessAndRemoteExecutorSupported))] // times out on ARM
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, ".NET Framework does not have fix for https://github.com/dotnet/runtime/issues/24749")]
[SkipOnCoreClr("Long running tests: https://github.com/dotnet/runtime/issues/10680", RuntimeConfiguration.Checked, RuntimeTestModes.JitMinOpts)]
Expand Down

0 comments on commit 5d71e32

Please sign in to comment.