Question about [SkippableFact] #3336
Unanswered
Andy AO (Andy-AO)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I see that many tests use
[SkippableFact]instead of[Fact], I guess its role is to skip these corresponding tests when checking that the keyboard layout is not correct.But the tests in the
ResizingTest.csfile are[Fact]instead of[SkippableFact], why is that?All reactions