Open akihikokuroda opened 2 years ago
Could you try doing this with FOCUS=
instead? Looking at the Makefile
I believe that is the intended way of accomplishing this.
Looking at Aki's output above, it does look like the $TEST variable was properly substituted into the -focus flag when running the test-e2e target. Maybe an issue with our ginkgo version?
If I do like TEST="kustomize" E2E_FLAGS= make test-e2e
, it works. It seems like ""
is taken as a tag.
Interesting - probably an oversight after merging https://github.com/operator-framework/rukpak/commit/1bea93e12126887b393e56e40a5dc0ed75dcc7df. I wonder whether an integration tests would've caught this.
We went over this issue during issue triage and it looks like something we'll want to fix. The context here should be sufficient to get started but to whoever is picking this up - feel free to ask any follow-up questions!
This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the lifecycle/frozen
label will cause this issue to ignore lifecycle events.
TEST="kustomize" make test-e2e
It should run just 6 specs but it ran 77.