Skip to content

Commit

Permalink
Disabled test known to fail occasionally
Browse files Browse the repository at this point in the history
  • Loading branch information
svcarlsen committed Feb 17, 2016
1 parent ad9e10e commit 2a9e175
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@ public void testVisitBatchMessage() throws InterruptedException {
* Test that batch messages can run concurrently. THIS UNIT TEST CAN OCCATIONALLY FAIL DUE TO SOME RACE-CONDITION
* <p>
* FIXME: Removed test from unit test suite. Primary purpose of unit test is regression testing. Tests which 'can
* occationally fail' therefore defeats the purpose of unit testing.
* occasionally fail' therefore defeats the purpose of unit testing.
*
* @throws IOException If unable to read a file.
*/
@Test
@Ignore("Excluded because it fails occassionally")
public void failingTestVisitBatchMessageThreaded() throws IOException {
Settings.set(ArchiveSettings.BITARCHIVE_SERVER_FILEDIR, BITARCHIVE1.getAbsolutePath());
Settings.set(CommonSettings.DIR_COMMONTEMPDIR, SERVER1.getAbsolutePath());
Expand Down

0 comments on commit 2a9e175

Please sign in to comment.