Skip to content

Commit

Permalink
Disabled unstable tests in NotifyingFutureTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Mar 14, 2014
1 parent 4afb64c commit 6878262
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void testDoneOtherThread1() throws ExecutionException, InterruptedExcepti
testDoneOtherThread(100, 0);
}

@Test(groups = "unstable", description = "See ISPN-4029")
public void testDoneOtherThread2() throws ExecutionException, InterruptedException {
testDoneOtherThread(0, 100);
}
Expand All @@ -47,6 +48,7 @@ public void testExceptionOtherThread1() throws ExecutionException, InterruptedEx
testExceptionOtherThread(100, 0);
}

@Test(groups = "unstable", description = "See ISPN-4029")
public void testExceptionOtherThread2() throws ExecutionException, InterruptedException {
testExceptionOtherThread(0, 100);
}
Expand Down

0 comments on commit 6878262

Please sign in to comment.