Skip to content

Commit 2f7536b

Browse files
committed
ADAP-102: added more tests
1 parent 4b256fc commit 2f7536b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/openfin/desktop/SystemTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.json.JSONObject;
1313
import org.junit.AfterClass;
1414
import org.junit.BeforeClass;
15+
import org.junit.Ignore;
1516
import org.junit.Test;
1617
import org.slf4j.Logger;
1718
import org.slf4j.LoggerFactory;
@@ -462,6 +463,7 @@ public void onError(Ack ack) {
462463
assertEquals("getEnvironmentVariables timeout", latch.getCount(), 0);
463464
}
464465

466+
@Ignore
465467
@Test
466468
public void deleteCacheOnRestart() throws Exception {
467469
CountDownLatch latch = new CountDownLatch(1);

0 commit comments

Comments
 (0)