We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c9ed commit f8014acCopy full SHA for f8014ac
logstash-core/src/test/java/org/logstash/secret/store/backend/JavaKeyStoreTest.java
@@ -2,6 +2,7 @@
2
3
4
import org.junit.Before;
5
+import org.junit.Ignore;
6
import org.junit.Rule;
7
import org.junit.Test;
8
import org.junit.rules.ExpectedException;
@@ -632,6 +633,7 @@ public void testRestrictivePermissions() throws Exception {
632
633
*
634
* @throws Exception when exceptions happen
635
*/
636
+ @Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9916")
637
@Test
638
public void testWithRealSecondJvm() throws Exception {
639
Path magicFile = folder.newFolder().toPath().resolve(EXTERNAL_TEST_FILE_LOCK);
0 commit comments