Skip to content

Commit b923f80

Browse files
EvanR-DevEvan Roman
andauthored
Fix EventHub E2E Tests (#1209)
* Add back retries on E2E tests * Transfer retries to workflow * Add reruns to start-e2e * Clean code coverage * Adjust coverage for E2E tests * Remove code coverage from E2E tests entirely --------- Co-authored-by: Evan Roman <[email protected]>
1 parent 91f0d4a commit b923f80

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)