Skip to content

Commit c60ecd6

Browse files
committed
[py] Remove skip markers
1 parent 70cdad8 commit c60ecd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/test/unit/selenium/webdriver/virtual_authenticator/virtual_authenticator_options_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def options():
2727
return VirtualAuthenticatorOptions()
2828

2929

30-
@pytest.mark.skipif(sys.platform == "win32", reason="Fails on Windoiws when run with Bazel on GHA runners")
3130
def test_bespoke_options_for_virtual_authenticator():
3231
assert VirtualAuthenticatorOptions(
3332
protocol="ctap1/u2f",
@@ -46,7 +45,6 @@ def test_bespoke_options_for_virtual_authenticator():
4645
}
4746

4847

49-
@pytest.mark.skipif(sys.platform == "win32", reason="Fails on Windoiws when run with Bazel on GHA runners")
5048
def test_to_dict_with_defaults(options):
5149
default_options = options.to_dict()
5250
assert default_options["transport"] == VirtualAuthenticatorOptions.Transport.USB.value

0 commit comments

Comments
 (0)