Skip to content

Commit 9400e44

Browse files
author
Chad Roberts
committed
Adding docs for the SKIP_OPERATOR_INSTALL env var in tests
1 parent f647d88 commit 9400e44

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ If you'd like to run a single test instead of all tests, you can
4141
set the TESTS_REGEX variable `TESTS_REGEX=<name of the test to run>`. That will
4242
only run the test that you specify instead of all of the tests. example: `make run TESTS_REGEX=grafana`
4343

44+
If you have a local instance already running the operator and you'd like to skip that part
45+
of the install process, you can set `SKIP_OPERATOR_INSTALL=true` and that will bypass installation
46+
of the operator, but will still install the authentication for the jupyterhub tests.
47+
4448
For other possible configurations, you can look in the Makefile. There are a set of
4549
variables at the top that you could change to meet the needs of your particular test run.
4650

0 commit comments

Comments
 (0)