File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
py/test/unit/selenium/webdriver/virtual_authenticator Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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" )
3130def 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" )
5048def test_to_dict_with_defaults (options ):
5149 default_options = options .to_dict ()
5250 assert default_options ["transport" ] == VirtualAuthenticatorOptions .Transport .USB .value
You can’t perform that action at this time.
0 commit comments