Skip to content

Commit 80b01a7

Browse files
committed
Change to xfail for Firefox bug
1 parent c405923 commit 80b01a7

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
@@ -12,7 +12,9 @@ def test_case():
1212
return "2234714"
1313

1414

15-
@pytest.mark.unstable
15+
@pytest.mark.xfail(
16+
reason="Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1958038"
17+
)
1618
def test_addon_suggestion_based_on_search_input(driver: Firefox):
1719
"""
1820
C2234714: Test that add-on suggestions match the URL bar input.

0 commit comments

Comments
 (0)