DATACOUCH-452 - SimpleCouchbaseRepositoryIntegrationTests fails

Ignore the flaky test until we can investigate cause of failure.
This commit is contained in:
David Nault
2019-05-22 11:28:22 -07:00
parent 9080c2dede
commit 67479aa756

View File

@@ -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();