Skip to content

Commit e9d2ae2

Browse files
committed
Change retry policy to allow for flakiness with parallel tests
1 parent 3a61db3 commit e9d2ae2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,8 @@ TEST_CMD := APIGEE_ACCESS_TOKEN="$(APIGEE_ACCESS_TOKEN)" \
138138
--api-name=nhs-notify-supplier \
139139
--proxy-name="$(PROXY_NAME)" \
140140
-s \
141-
--reruns 5 \
141+
--reruns 1 \
142142
--reruns-delay 5 \
143-
--only-rerun 'AssertionError: Unexpected 429' \
144-
--only-rerun 'AssertionError: Unexpected 504' \
145-
--only-rerun 'AssertionError: Unexpected 502' \
146143
--junitxml=test-report.xml
147144

148145

0 commit comments

Comments
 (0)