Remove retry from integration tests

This commit is contained in:
Kristoffer Dalby 2022-02-24 11:29:53 +00:00
parent fb85c78e8a
commit 9687e6768d

View file

@ -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