DATACOUCH-452 - SimpleCouchbaseRepositoryIntegrationTests fails
Ignore the flaky test until we can investigate cause of failure.
This commit is contained in:
@@ -249,6 +249,8 @@ public class SimpleCouchbaseRepositoryIntegrationTests {
|
||||
}
|
||||
}
|
||||
|
||||
// todo: investigate cause of intermittent failure
|
||||
@Ignore("Fails intermittently (see DATACOUCH-452)")
|
||||
@Test
|
||||
public void shouldUpdateDocumentConcurrently() throws Exception {
|
||||
final String key = testName.getMethodName();
|
||||
|
||||
Reference in New Issue
Block a user