Skip to content

Commit 7914c07

Browse files
remove forced flake
1 parent 01314bc commit 7914c07

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

eng/pipeline/stages/run-stage.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@ stages:
267267
$(if ('${{ parameters.builder.fips }}') { '-fipsmode' }) `
268268
-junitout '$(Build.SourcesDirectory)/eng/artifacts/RawTestOutput/TestResults-attempt-${{ attempt }}.xml' `
269269
-rawtestout '$(Build.SourcesDirectory)/eng/artifacts/RawTestOutput/raw-json-attempt-${{ attempt }}.txt'
270-
271-
# TODO: Remove this forced flake. It's used to test retry attempt visibility.
272-
# https://github.com/microsoft/go/issues/2134
273-
Write-Host "##vso[task.setvariable variable=TEST_BUILDER_SUCCESSFUL]"
274-
if ('${{ attempt }}' -eq 'FINAL') {
275-
Write-Host "##vso[task.complete result=Failed;]Forced failure for retry visibility testing."
276-
exit 1
277-
}
278270
${{ if eq(length(parameters.retryAttempts), 1) }}:
279271
displayName: Test
280272
${{ else }}:

0 commit comments

Comments
 (0)