Skip to content

Commit 6198202

Browse files
authored
Merge pull request #811 from mozilla/tracy/re-enable-change-default-search-provider-on-windows
Test WFM locally, remove skipif
2 parents 878bc27 + 77e589d commit 6198202

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/address_bar_and_search/test_default_search_provider_change_awesome_bar.py

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

@@ -15,7 +13,6 @@ def test_case():
1513
return "3028795"
1614

1715

18-
@pytest.mark.skipif(system().lower().startswith("win"), reason="Bug 1983836")
1916
@pytest.mark.ci
2017
def test_default_search_provider_change_awesome_bar(driver: Firefox):
2118
"""

0 commit comments

Comments
 (0)