Skip to content

Commit b54ddc4

Browse files
authored
Merge branch 'dev' into gaaguiar/e2e_docker_tests_fix
2 parents 6eb9314 + b923f80 commit b54ddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/e2e_integration_test/start-e2e.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
9797
Write-Host "Running E2E integration tests..." -ForegroundColor Green
9898
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
9999
$env:CORE_TOOLS_EXE_PATH = "$funcExePath"
100-
pytest --junitxml=e2e-integration-test-report.xml --cov=./azure_functions_worker --cov-branch --cov-append tests/endtoend --cov-report xml --cov-report html
100+
pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
101101
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green

0 commit comments

Comments
 (0)