From 62edf4fdf42c11b17f0150c97520383c993e87aa Mon Sep 17 00:00:00 2001 From: Anastasiya Semiankevich Date: Wed, 13 Dec 2023 13:13:39 +0300 Subject: [PATCH] chore: disable channel removal test --- tests/communities/test_communities_channels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/communities/test_communities_channels.py b/tests/communities/test_communities_channels.py index 25b4b852..b4f2d154 100644 --- a/tests/communities/test_communities_channels.py +++ b/tests/communities/test_communities_channels.py @@ -61,6 +61,7 @@ def test_edit_community_channel(main_screen, channel_name, channel_description, @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703051', 'Delete community channel') @pytest.mark.case(703051) +@pytest.mark.skip(reason="Unstable") def test_delete_community_channel(main_screen): with step('Create simple community'):