From 16133cf5e7c90808b0d5cc66e962c37a6dbfeb2e Mon Sep 17 00:00:00 2001 From: Benoit Moriceau Date: Wed, 19 Jan 2022 18:56:34 -0800 Subject: [PATCH] Rm flaky test (#9628) --- .github/workflows/gradle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 533668cdf38a8..c5c53c331a1b9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -261,9 +261,6 @@ jobs: - name: Run End-to-End Acceptance Tests run: ./tools/bin/acceptance_test.sh - - name: Run End-to-End Acceptance Tests with the new scheduler - run: ./tools/bin/acceptance_test_with_new_scheduler.sh - - name: Automatic Migration Acceptance Test run: SUB_BUILD=PLATFORM ./gradlew :airbyte-tests:automaticMigrationAcceptanceTest --scan -i