We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a67cd1 commit 2571c66Copy full SHA for 2571c66
eng/templates/jobs/ci-emulator-tests.yml
@@ -90,7 +90,7 @@ jobs:
90
docker compose -f ${{ parameters.PROJECT_DIRECTORY }}/tests/emulator_tests/utils/eventhub/docker-compose.yml up -d
91
displayName: 'Install Azurite and Start EventHub Emulator'
92
- bash: |
93
- python -m pytest -q --dist loadfile --ignore=tests/emulator_tests/test_servicebus_functions.py tests/emulator_tests
+ python -m pytest -q --dist loadfile --reruns 4 --ignore=tests/emulator_tests/test_servicebus_functions.py tests/emulator_tests
94
env:
95
AzureWebJobsStorage: $(AzureWebJobsStorage)
96
AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
0 commit comments