From 4800b457edc6548728ea90f446df3c87593eff1b Mon Sep 17 00:00:00 2001 From: Vishakha Kathole Date: Fri, 22 Sep 2023 10:37:06 +0530 Subject: [PATCH] Skip test_mon_crash_recovery_scenario (#8532) Signed-off-by: Vishakha Kathole --- tests/e2e/kcs/test_mon_crash_recovery_scenario.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/e2e/kcs/test_mon_crash_recovery_scenario.py b/tests/e2e/kcs/test_mon_crash_recovery_scenario.py index c147b64272d..eacbc7da461 100644 --- a/tests/e2e/kcs/test_mon_crash_recovery_scenario.py +++ b/tests/e2e/kcs/test_mon_crash_recovery_scenario.py @@ -26,6 +26,9 @@ @magenta_squad @tier3 +@pytest.mark.skip( + reason="Skip due to issue https://github.com/red-hat-storage/ocs-ci/issues/8531" +) @pytest.mark.polarion_id("OCS-4942") @pytest.mark.bugzilla("2151591") @skipif_external_mode