Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
chore: disable channel removal test
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Dec 13, 2023
1 parent 816eb77 commit 62edf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/communities/test_communities_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 62edf4f

Please sign in to comment.