Skip to content

Commit b91176a

Browse files
committed
condition for a test
1 parent a994f5b commit b91176a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/tests/crtitical_tests_prs/test_community_permissions_add_edit_delete_duplicate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import configs
88
import driver
9+
from configs import get_platform
910
from constants import permission_data, RandomCommunity
1011
from constants.community import ToastMessages, PermissionsElements
1112
from gui.components.changes_detected_popup import PermissionsChangesDetectedToastMessage
@@ -15,6 +16,7 @@
1516

1617
@pytest.mark.case(703632, 705014, 705016)
1718
@pytest.mark.critical
19+
@pytest.mark.skipif(get_platform() == 'Windows', reason='Does not work on windows VM')
1820
def test_add_edit_remove_duplicate_permissions(main_screen: MainWindow):
1921
with step('Create community and select it'):
2022
community = RandomCommunity()

0 commit comments

Comments
 (0)