Skip to content

Commit

Permalink
Disable rook-ceph integration testing in strict
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Dec 14, 2023
1 parent 4044a14 commit 674b291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ def test_rook_ceph_addon(self):
print("Disabling Rook Ceph")
microk8s_disable("rook-ceph")

@pytest.mark.skipif(
os.environ.get("STRICT") == "yes",
reason="Skipping rook-ceph testing in strict",
)
def test_rook_ceph_integration(self):
"""
Test Rook Ceph integration.
Expand Down

0 comments on commit 674b291

Please sign in to comment.