Skip to content

Commit 8f6d541

Browse files
committed
Disable test
1 parent 7231194 commit 8f6d541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tabs/test_mute_tabs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def add_to_prefs_list():
2626
GHA = environ.get("GITHUB_ACTIONS") == "true"
2727

2828

29+
@pytest.mark.unstable(reason="Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1982379")
2930
@pytest.mark.skipif(GHA, reason="Test unstable in Github Actions")
3031
@pytest.mark.audio
3132
def test_mute_unmute_tab(screenshot, driver: Firefox, video_url: str):

0 commit comments

Comments
 (0)