Commit ab5f90c
committed
[patch] exclude openshift integration tests from standard CI run
Add `-m "not openshift"` to pytest invocation in python-package.yml
to prevent OLM integration tests from running in environments without
the IBM operator catalog installed.
Tests in test_olm.py require a live OpenShift cluster with ibm-sls
available in openshift-marketplace. The `openshift` marker was already
defined in pyproject.toml but was not being applied during CI.1 parent a5a3708 commit ab5f90c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments