From 9687e6768d1383e87843724e17909b87e3779e14 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 24 Feb 2022 11:29:53 +0000 Subject: [PATCH] Remove retry from integration tests --- .github/workflows/test-integration.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 84651ab6..b8fd85a6 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -29,9 +29,4 @@ jobs: - name: Run Integration tests if: steps.changed-files.outputs.any_changed == 'true' - uses: nick-invision/retry@v2 - with: - timeout_minutes: 100 - max_attempts: 5 - retry_on: error - command: go test -tags integration -timeout 20m + run: make test_integration