We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b256fc commit 2f7536bCopy full SHA for 2f7536b
1 file changed
src/test/java/com/openfin/desktop/SystemTest.java
@@ -12,6 +12,7 @@
12
import org.json.JSONObject;
13
import org.junit.AfterClass;
14
import org.junit.BeforeClass;
15
+import org.junit.Ignore;
16
import org.junit.Test;
17
import org.slf4j.Logger;
18
import org.slf4j.LoggerFactory;
@@ -462,6 +463,7 @@ public void onError(Ack ack) {
462
463
assertEquals("getEnvironmentVariables timeout", latch.getCount(), 0);
464
}
465
466
+ @Ignore
467
@Test
468
public void deleteCacheOnRestart() throws Exception {
469
CountDownLatch latch = new CountDownLatch(1);
0 commit comments