Skip to content

Commit af5ae3f

Browse files
committed
Skip failing test on Linux
1 parent 22568ed commit af5ae3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/notifications/test_webextension_completed_installation_successfully_displayed.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from platform import system
2+
13
import pytest
24
from selenium.webdriver import Firefox
35

@@ -24,6 +26,7 @@ def temp_selectors():
2426
TEST_URL = "https://addons.mozilla.org/en-US/firefox/addon/popup-blocker/"
2527

2628

29+
@pytest.mark.skipif(system().lower().startswith("linux"), reason="Bug 1983280")
2730
def test_webextension_completed_installation_successfully_displayed(
2831
driver: Firefox, temp_selectors
2932
):

0 commit comments

Comments
 (0)