We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2bb78 commit 37cf086Copy full SHA for 37cf086
ethereum/statetransition/src/test/java/tech/pegasys/teku/statetransition/util/DebugDataDumperTest.java
@@ -143,6 +143,7 @@ void saveBytesToFile_shouldNotEscalateWhenIOException(@TempDir Path tempDir) {
143
}
144
145
@Test
146
+ @DisabledOnOs(OS.WINDOWS) // Can't set permissions on Windows
147
void constructionOfDirectories_shouldDisableWhenFailedToCreate(@TempDir Path tempDir) {
148
assertThat(tempDir.toFile().setWritable(false)).isTrue();
149
final DebugDataDumper manager = new DebugDataDumper(tempDir, true);
0 commit comments