Skip to content

Commit

Permalink
ISPN-2106 Disable randomly failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and tristantarrant committed Jul 25, 2012
1 parent 5fc9d23 commit af061aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,15 @@ public void run() {
logTestEnd(m);
}

@Test(enabled = false, description = "See ISPN-2106")
public void testSTWithThirdWritingNonTxCache(Method m) throws Exception {
testCount++;
logTestStart(m);
thirdWritingCacheTest(false);
logTestEnd(m);
}

@Test(enabled = false, description = "See ISPN-2106")
public void testSTWithThirdWritingTxCache(Method m) throws Exception {
testCount++;
logTestStart(m);
Expand Down

0 comments on commit af061aa

Please sign in to comment.