Skip to content

Commit

Permalink
PSM-1716 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankooij committed Dec 30, 2022
1 parent 2f9d347 commit 5db7116
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
import org.junit.jupiter.api.io.TempDir;

final class DocumentationGeneratorBugPatternTest extends DocumentationGeneratorCompilerBasedTest {
@Test
@EnabledOnOs(WINDOWS)
@Test
void wrongPathFailsWindows() {
wrongPathFails('?');
}

@Test
@DisabledOnOs(WINDOWS)
@Test
void wrongPathFailsOtherOperatingSystems() {
wrongPathFails('/');
}
Expand Down

0 comments on commit 5db7116

Please sign in to comment.