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
We currently have plain text form labels and that is not supported by -label-filter.
Since -label-filter looks cleaner and straightforward than mixing -focus and -skip, it is required to change as follows if we want to use -label-filter.
update test/e2e/<dev>/<dev>.go files to use ginkgo.Label() instead of plain text.
update Makefile to use -label-filter
update .github/workflows/lib-e2e.yaml
The text was updated successfully, but these errors were encountered:
We currently have plain text form labels and that is not supported by
-label-filter
.Since
-label-filter
looks cleaner and straightforward than mixing-focus
and-skip
, it is required to change as follows if we want to use-label-filter
.test/e2e/<dev>/<dev>.go
files to useginkgo.Label()
instead of plain text.Makefile
to use-label-filter
.github/workflows/lib-e2e.yaml
The text was updated successfully, but these errors were encountered: