Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 12, 2024
1 parent fa2bb78 commit 37cf086
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ void saveBytesToFile_shouldNotEscalateWhenIOException(@TempDir Path tempDir) {
}

@Test
@DisabledOnOs(OS.WINDOWS) // Can't set permissions on Windows
void constructionOfDirectories_shouldDisableWhenFailedToCreate(@TempDir Path tempDir) {
assertThat(tempDir.toFile().setWritable(false)).isTrue();
final DebugDataDumper manager = new DebugDataDumper(tempDir, true);
Expand Down

0 comments on commit 37cf086

Please sign in to comment.