Browse Source

Fix ignoring of AvalonitTest

pull/11744/head
Glen Stone 3 years ago
committed by GitHub
parent
commit
089b732b40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/Avalonia.Headless.UnitTests/ThreadingTests.cs

2
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

Loading…
Cancel
Save