Skip to content

Commit 721bd94

Browse files
committed
Mark tests unstable
1 parent 1971f95 commit 721bd94

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/bookmarks_and_history/test_add_new_other_bookmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_case():
2222

2323

2424
@pytest.mark.skipif(WIN_GHA, reason="Test unstable in Windows Github Actions")
25+
@pytest.mark.unstable(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1963396")
2526
def test_add_new_other_bookmark(driver: Firefox):
2627
"""
2728
C2084518: verify user can add another bookmark from other bookmarks

tests/bookmarks_and_history/test_delete_other_bookmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_case():
2222

2323

2424
@pytest.mark.skipif(WIN_GHA, reason="Test unstable in Windows Github Actions")
25+
@pytest.mark.unstable(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1963396")
2526
def test_delete_other_bookmarks(driver: Firefox):
2627
"""
2728
C2084524: Verify that a user can Delete a bookmark from 'Other Bookmarks' folder

tests/bookmarks_and_history/test_edit_bookmark_from_bookmark_menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_case():
1818
"""
1919

2020

21+
@pytest.mark.unstable(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1963396")
2122
def test_edit_bookmark_from_bookmark_menu(driver: Firefox):
2223
"""
2324
C2084490: Verify that the user can Edit a Bookmark from Bookmarks menu

tests/bookmarks_and_history/test_edit_bookmark_via_star_button.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def test_case():
1515
URL_TO_SAVE = "https://monitor.mozilla.org/"
1616

1717

18+
@pytest.mark.unstable(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1963396")
1819
def test_edit_bookmark_via_star_button(driver: Firefox):
1920
"""
2021
C2084549: Verify that the user can Edit a Bookmark options from the Star-shaped button

0 commit comments

Comments
 (0)