We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231194 commit 8f6d541Copy full SHA for 8f6d541
tests/tabs/test_mute_tabs.py
@@ -26,6 +26,7 @@ def add_to_prefs_list():
26
GHA = environ.get("GITHUB_ACTIONS") == "true"
27
28
29
+@pytest.mark.unstable(reason="Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1982379")
30
@pytest.mark.skipif(GHA, reason="Test unstable in Github Actions")
31
@pytest.mark.audio
32
def test_mute_unmute_tab(screenshot, driver: Firefox, video_url: str):
0 commit comments