
Use the --ginkgo.focus flag which accepts a regexp to define which tests should be run. Create a regexp matching a full word that is exactly one of the test names passed as -t parameters. Tested with cmd/e2e -t TestLivenessHttp -t TestLivenessExec, confirmed that 2 tests were executed and 9 were skipped.