Skip to content

Commit

Permalink
Disable flaky testDowntimeDuringSync test (#22621)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp authored Feb 9, 2023
1 parent 0ba609c commit f5e0f80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
import org.slf4j.Logger;
Expand Down Expand Up @@ -104,6 +105,7 @@ void setup() throws URISyntaxException, IOException, SQLException {
// This test is flaky. Warnings are suppressed until that condition us understood
// See: https://github.com/airbytehq/airbyte/issues/19948
@Test
@Disabled("Flaky test, to be investigated before re-enabling")
@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
void testDowntimeDuringSync() throws Exception {
// NOTE: PMD assert warning suppressed because the assertion was flaky. The test will throw if the
Expand Down

0 comments on commit f5e0f80

Please sign in to comment.