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