Skip to content

Commit 37cf086

Browse files
committed
Fix windows build
1 parent fa2bb78 commit 37cf086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ethereum/statetransition/src/test/java/tech/pegasys/teku/statetransition/util/DebugDataDumperTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ void saveBytesToFile_shouldNotEscalateWhenIOException(@TempDir Path tempDir) {
143143
}
144144

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

0 commit comments

Comments
 (0)