Skip to content

Commit f8014ac

Browse files
committed
disable testWithRealSecondJvm
Fixes elastic#9917
1 parent 525c9ed commit f8014ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

logstash-core/src/test/java/org/logstash/secret/store/backend/JavaKeyStoreTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
import org.junit.Before;
5+
import org.junit.Ignore;
56
import org.junit.Rule;
67
import org.junit.Test;
78
import org.junit.rules.ExpectedException;
@@ -632,6 +633,7 @@ public void testRestrictivePermissions() throws Exception {
632633
*
633634
* @throws Exception when exceptions happen
634635
*/
636+
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9916")
635637
@Test
636638
public void testWithRealSecondJvm() throws Exception {
637639
Path magicFile = folder.newFolder().toPath().resolve(EXTERNAL_TEST_FILE_LOCK);

0 commit comments

Comments
 (0)