Skip to content

Commit 2571c66

Browse files
committed
lint
1 parent 0a67cd1 commit 2571c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/jobs/ci-emulator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
docker compose -f ${{ parameters.PROJECT_DIRECTORY }}/tests/emulator_tests/utils/eventhub/docker-compose.yml up -d
9191
displayName: 'Install Azurite and Start EventHub Emulator'
9292
- bash: |
93-
python -m pytest -q --dist loadfile --ignore=tests/emulator_tests/test_servicebus_functions.py tests/emulator_tests
93+
python -m pytest -q --dist loadfile --reruns 4 --ignore=tests/emulator_tests/test_servicebus_functions.py tests/emulator_tests
9494
env:
9595
AzureWebJobsStorage: $(AzureWebJobsStorage)
9696
AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)

0 commit comments

Comments
 (0)