Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from platform import system

import pytest
from selenium.webdriver import Firefox

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


@pytest.mark.skipif(system().lower().startswith("win"), reason="Bug 1983836")
@pytest.mark.ci
def test_default_search_provider_change_awesome_bar(driver: Firefox):
"""
Expand Down
Loading