You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
The text was updated successfully, but these errors were encountered:
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: