diff --git a/tests/tabs/test_mute_tabs.py b/tests/tabs/test_mute_tabs.py index 9546d4d96..983268da3 100644 --- a/tests/tabs/test_mute_tabs.py +++ b/tests/tabs/test_mute_tabs.py @@ -26,6 +26,7 @@ def add_to_prefs_list(): GHA = environ.get("GITHUB_ACTIONS") == "true" +@pytest.mark.unstable(reason="Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1982379") @pytest.mark.skipif(GHA, reason="Test unstable in Github Actions") @pytest.mark.audio def test_mute_unmute_tab(screenshot, driver: Firefox, video_url: str):