Skip to content

Commit

Permalink
Skip the test case test_mon_failures_with_intransit_encryption due to…
Browse files Browse the repository at this point in the history
… the ocs-ci issue 8464 (red-hat-storage#8628)

Signed-off-by: Jilju Joy <[email protected]>
  • Loading branch information
jilju committed Oct 4, 2023
1 parent 263aed4 commit a6a55d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/encryption/test_mon_failure_in_intransit_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
@skipif_ocs_version("<4.13")
@pytest.mark.polarion_id("OCS-4919")
@green_squad
@pytest.mark.skip(
reason="Skipping due to the issue https://github.com/red-hat-storage/ocs-ci/issues/8464"
)
class TestMonFailuresWithIntransitEncryption:
@pytest.fixture(autouse=True)
def teardown_fixture(self, request):
Expand Down

0 comments on commit a6a55d3

Please sign in to comment.