From 10872ed967e1142ff6da2a57ec88050eef5d5c79 Mon Sep 17 00:00:00 2001 From: lmossman Date: Wed, 29 Jun 2022 11:30:50 -0700 Subject: [PATCH] disable flaky cmw test temporarily --- .../temporal/scheduling/ConnectionManagerWorkflowTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-workers/src/test/java/io/airbyte/workers/temporal/scheduling/ConnectionManagerWorkflowTest.java b/airbyte-workers/src/test/java/io/airbyte/workers/temporal/scheduling/ConnectionManagerWorkflowTest.java index b0fbdf76b470..1f67539fec57 100644 --- a/airbyte-workers/src/test/java/io/airbyte/workers/temporal/scheduling/ConnectionManagerWorkflowTest.java +++ b/airbyte-workers/src/test/java/io/airbyte/workers/temporal/scheduling/ConnectionManagerWorkflowTest.java @@ -717,6 +717,7 @@ public void resetCancelRunningWorkflow() throws InterruptedException { @Timeout(value = 60, unit = TimeUnit.SECONDS) @DisplayName("Test that cancelling a reset deletes streamsToReset from stream_resets table") + @Disabled public void cancelResetRemovesStreamsToReset() throws InterruptedException { final UUID connectionId = UUID.randomUUID(); final UUID testId = UUID.randomUUID();