We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba6f33 commit 8c58270Copy full SHA for 8c58270
logstash-core/src/test/java/org/logstash/settings/WritableDirectorySettingTest.java
@@ -213,6 +213,7 @@ public void whenDirectoryMissingAndParentNotWritableThenValidateFails() throws I
213
@Test
214
public void whenDirectoryMissingAndParentNotWritableThenValidateValueFails() throws IOException {
215
// Skip on Windows where chmod doesn't work the same way
216
+ assumeTrue(isNotWindowsOS());
217
assertFalse("Can't run as root since root can write anywhere (no real read-only files)", isRoot());
218
219
Path parentDir = tempFolder.newFolder("parent").toPath();
0 commit comments