From 7ff74781408af2b8773a5f92da8fa1593f5abf7e Mon Sep 17 00:00:00 2001 From: Aswin Shakil Balasubramanian Date: Mon, 9 Oct 2023 16:02:42 -0500 Subject: [PATCH] Run testSnapshotWithFSO repeatedly 150 times. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eabf1e105ef..963b46003d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -382,8 +382,6 @@ jobs: integration: needs: - build-info - - build - - basic runs-on: ubuntu-20.04 timeout-minutes: 150 if: needs.build-info.outputs.needs-integration-tests == 'true'