diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-13 08:55:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 08:55:12 -0400 |
| commit | d5a7a6d5756dd55a651d43bb9d47bade80bcca86 (patch) | |
| tree | 0fee7c3617338c31fe4424b5c6f9082c6fc8aa97 /cli/tests/testdata/test/steps/invalid_usage.out | |
| parent | b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17 (diff) | |
chore: fix flaky steps_invalid_usage tests (#12422)
Diffstat (limited to 'cli/tests/testdata/test/steps/invalid_usage.out')
| -rw-r--r-- | cli/tests/testdata/test/steps/invalid_usage.out | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/tests/testdata/test/steps/invalid_usage.out b/cli/tests/testdata/test/steps/invalid_usage.out index b03ca57b6..d6f3c8d33 100644 --- a/cli/tests/testdata/test/steps/invalid_usage.out +++ b/cli/tests/testdata/test/steps/invalid_usage.out @@ -82,9 +82,10 @@ Error: 1 test step failed. at [WILDCARD] parallel steps with sanitizers -Error: 1 test step failed. - at runTest ([WILDCARD]) - at [WILDCARD] +Error: There were still test steps running after the current scope finished execution. Ensure all steps are awaited (ex. `await t.step(...)`). + at postValidation [WILDCARD] + at testStepSanitizer ([WILDCARD]) + [WILDCARD] parallel steps when first has sanitizer Error: 1 test step failed. |
