Skipping when fail-fast is set results in failure #472
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What happened?
See reproducer here.
Running the test defined results in the whole suite failing in the latest releases, both 0.4.0 and 0.5.0 on main branch:
What did you expect to happen?
Just the assessment
Assess_1
to be skipped, but the suite to succeed as in0.3.0
, see PR .How can we reproduce it (as minimally and precisely as possible)?
See reproducer here.
Anything elese we need to know?
I think the issue was introduced by #391, as a
t.Skip
will leaveshouldFailNow
set totrue
exactly as at.Fail
here:e2e-framework/pkg/env/env.go
Lines 506 to 530 in 72eb7e1
E2E Provider Used
kind
e2e-framework
Version0.5.0
OS version
The text was updated successfully, but these errors were encountered: