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.
2 parents 7231194 + 8f6d541 commit 5cfb0c5Copy full SHA for 5cfb0c5
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