Glen Stone
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/Avalonia.Headless.UnitTests/ThreadingTests.cs
|
|
|
@ -18,7 +18,7 @@ public class ThreadingTests |
|
|
|
} |
|
|
|
|
|
|
|
#if NUNIT
|
|
|
|
[AvaloniaTest(Ignore = "This test should always fail, enable to test if it fails")] |
|
|
|
[AvaloniaTest, Ignore("This test should always fail, enable to test if it fails")] |
|
|
|
#elif XUNIT
|
|
|
|
[AvaloniaFact(Skip = "This test should always fail, enable to test if it fails")] |
|
|
|
#endif
|
|
|
|
|