Skip to content

Commit c305edf

Browse files
Tracy-Walkerphilimon-reset
authored andcommitted
Change to xfail for Firefox bug
1 parent e2e0f1d commit c305edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/address_bar_and_search/test_addon_suggestion.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ def test_case():
1616
return "2234714"
1717

1818

19-
@pytest.mark.unstable
19+
@pytest.mark.xfail(
20+
reason="Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1958038"
21+
)
2022
def test_addon_suggestion_based_on_search_input(driver: Firefox):
2123
"""
2224
C2234714 - Verify that the address bar suggests relevant add-ons based on search input.

0 commit comments

Comments
 (0)