Skip to content

Commit 5cfb0c5

Browse files
authored
Merge pull request #716 from mozilla/tracy/disable_tab_mute_test
tracy/Disable test
2 parents 7231194 + 8f6d541 commit 5cfb0c5

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)