-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SkipForCondition continue in test if skip condition cant be evaluated #591
Comments
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
4 tasks
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 9, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mchoma
added a commit
to mchoma/xtf
that referenced
this issue
Oct 10, 2024
mnovak1
pushed a commit
that referenced
this issue
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When for skip condition is used product id, subid which are not enabled in testsuite run. SkipCondition evaluation now fail
This issue is about to continue in test in such case.
Why are we hitting this now? Now as we are going to have 2 images for WF and EAP I propose to split xtf configuration to separate xtf ids
xtf.eap
andxtf.wf
so we can better share between those images common configuration. One image or another is used to run testsuite. It does not have sense to have set both.So when I do that and run with
xtf.eap
profile@SkipFor(image="wf"
is failing because no such image is configured. This issue is about enabling test instead of failing in this case.The text was updated successfully, but these errors were encountered: