diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index ed0ac0e06..e8fff10af 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -51,3 +51,8 @@ jobs: - name: Run integration tests run: | sudo env "PATH=$PATH" ./integration_test.sh + + - name: Run flaky tests + continue-on-error: true + run: | + sudo env "PATH=$PATH" ./flaky_test.sh