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

Commit

Permalink
chore: move the TEST MODE back off for now
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Dec 13, 2023
1 parent 282942e commit 356312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline {
TESTRAIL_PROJECT_ID = 17

/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
STATUS_RUNTIME_TEST_MODE = 'True'
/ * STATUS_RUNTIME_TEST_MODE = 'True' */
}

stages {
Expand Down
3 changes: 1 addition & 2 deletions tests/communities/test_communities_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ 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 All @@ -72,4 +71,4 @@ def test_delete_community_channel(main_screen):
community_screen.delete_channel('general')

with step('Verify channel list is empty'):
assert not community_screen.left_panel.channels
assert len(community_screen.left_panel.channels) == 0

0 comments on commit 356312c

Please sign in to comment.