Skip to content

Commit

Permalink
Merge pull request #413 from mozilla/tracy/captchad_tests
Browse files Browse the repository at this point in the history
disable google CAPTCHAd tests
  • Loading branch information
Tracy-Walker authored Jan 17, 2025
2 parents ba10707 + 272e8e3 commit 6e36871
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/address_bar_and_search/test_glean_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def glean_handler(rq: Request) -> Response:
return Response("", status=200)


@pytest.mark.unstable
def test_glean_ping(driver: Firefox, httpserver: HTTPServer):
"""C2234689: Test that Glean pings contain expected info"""
global PINGS_WITH_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def add_prefs():
MAC_GHA = environ.get("GITHUB_ACTIONS") == "true" and sys.platform.startswith("darwin")


@pytest.mark.unstable
@pytest.mark.skipif(MAC_GHA, reason="Test unstable in MacOS Github Actions")
def test_google_withads_url_bar_us(driver: Firefox):
"""
Expand Down
1 change: 1 addition & 0 deletions tests/address_bar_and_search/test_sap_google_adclick.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def test_case():
return "1365108"


@pytest.mark.unstable
def test_sap_google_adclick(driver: Firefox):
"""
C1365108, Test SAP Google adclick - URL bar - US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def overwrite_prefs():
FX_SEARCH_CODE = "client=firefox-b-d"


@pytest.mark.unstable
def test_search_code_google_non_us(driver: Firefox):
"""
C1365269 - Default Search Code: Google - non-US
Expand Down
1 change: 1 addition & 0 deletions tests/address_bar_and_search/test_search_code_google_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_case():
FX_SEARCH_CODE = "client=firefox-b-1-d"


@pytest.mark.unstable
def test_search_code_google_us(driver: Firefox):
"""
C1365268 - Default Search Code: Google - US
Expand Down
1 change: 1 addition & 0 deletions tests/address_bar_and_search/test_search_term_persists.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def add_prefs():
SECOND_SEARCH = "lion"


@pytest.mark.unstable
def test_search_term_persists(driver: Firefox):
"""
C2153943 - Persist search term basic functionality
Expand Down

0 comments on commit 6e36871

Please sign in to comment.