Skip to content

Commit 71fd28f

Browse files
committed
mark unstable
1 parent cd2fe05 commit 71fd28f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/address_bar_and_search/test_google_search_counts_us.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import time
2+
import pytest
23
from selenium.webdriver import Firefox
34

45
from modules.browser_object_about_telemetry import AboutTelemetry
56
from modules.browser_object_navigation import Navigation
67

78
from modules.util import Utilities
89

9-
10+
# unstable: for some reason cannot pass in Taskcluster Linux VM
11+
@pytest.mark.unstable
1012
def test_google_search_counts_us(driver: Firefox):
1113
"""
1214
C1365026, Test Google Search counts - urlbar US

0 commit comments

Comments
 (0)