Skip to content

Commit f5e0f80

Browse files
authored
Disable flaky testDowntimeDuringSync test (#22621)
1 parent 0ba609c commit f5e0f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte-tests/src/acceptanceTests/java/io/airbyte/test/acceptance/ContainerOrchestratorAcceptanceTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import org.junit.jupiter.api.AfterEach;
3838
import org.junit.jupiter.api.BeforeAll;
3939
import org.junit.jupiter.api.BeforeEach;
40+
import org.junit.jupiter.api.Disabled;
4041
import org.junit.jupiter.api.Test;
4142
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
4243
import org.slf4j.Logger;
@@ -104,6 +105,7 @@ void setup() throws URISyntaxException, IOException, SQLException {
104105
// This test is flaky. Warnings are suppressed until that condition us understood
105106
// See: https://github.com/airbytehq/airbyte/issues/19948
106107
@Test
108+
@Disabled("Flaky test, to be investigated before re-enabling")
107109
@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
108110
void testDowntimeDuringSync() throws Exception {
109111
// NOTE: PMD assert warning suppressed because the assertion was flaky. The test will throw if the

0 commit comments

Comments
 (0)