File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ uv run pytest -k test_name
6262Bt default, RHOAI distribution is set.
6363To run on ODH, pass ` --tc=distribution:upstream ` to pytest.
6464
65+ ### Skip cluster sanity checks
66+ By default, cluster sanity checks are run to make cluster ready for tests.
67+ To skip cluster sanity checks, pass ` --cluster-sanity-skip-check ` to skip all tests.
68+ To skip RHOAI/ODH-related tests (for example when running in upstream), pass ` --cluster-sanity-skip-rhoai-check ` .
69+
6570### jira integration
6671To skip running tests which have open bugs, [ pytest_jira] ( https://github.com/rhevm-qe-automation/pytest_jira ) plugin is used.
6772To run tests with jira integration, you need to set ` PYTEST_JIRA_URL ` and ` PYTEST_JIRA_TOKEN ` environment variables.
You can’t perform that action at this time.
0 commit comments