mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
ea467150ad
commit
59d7f86416
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ package org.logstash.secret.store.backend;
|
|||
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.rules.ExpectedException;
|
||||
|
@ -632,6 +633,7 @@ public class JavaKeyStoreTest {
|
|||
*
|
||||
* @throws Exception when exceptions happen
|
||||
*/
|
||||
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9916")
|
||||
@Test
|
||||
public void testWithRealSecondJvm() throws Exception {
|
||||
Path magicFile = folder.newFolder().toPath().resolve(EXTERNAL_TEST_FILE_LOCK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue