Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/tabs/test_play_mute_unmute_tabs_via_toggle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from os import environ
from platform import system
from time import sleep

import pytest
Expand Down Expand Up @@ -29,6 +30,7 @@ def add_to_prefs_list():
@pytest.mark.audio
@pytest.mark.headed
@pytest.mark.skipif(GHA, reason="Test unstable in Github Actions")
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 2001204")
def test_play_mute_unmute_tabs_via_toggle(driver: Firefox, sys_platform: str):
"""
C246981 - Verify that play/mute/unmute tabs via toggle audio works
Expand Down