Skip to content

Commit

Permalink
Add reason of skipping for user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Dec 29, 2023
1 parent ea8e351 commit 6e077e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_webdriver_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_support_with_statement(self):
with Browser("remote", browser="firefox"):
pass

@pytest.mark.skip(reason="Remote should not support custom user agent")
def test_should_be_able_to_change_user_agent(self):
"Remote should not support custom user agent"
pass


Expand All @@ -55,8 +55,8 @@ def test_support_with_statement(self):
with Browser("remote", browser="chrome"):
pass

@pytest.mark.skip(reason="Remote should not support custom user agent")
def test_should_be_able_to_change_user_agent(self):
"Remote should not support custom user agent"
pass


Expand All @@ -81,8 +81,8 @@ def test_support_with_statement(self):
See setup browser
"""

@pytest.mark.skip(reason="Remote should not support custom user agent")
def test_should_be_able_to_change_user_agent(self):
"Remote should not support custom user agent"
pass

# ------- BEGIN OF MULTISESSION TESTS -------
Expand Down

0 comments on commit 6e077e5

Please sign in to comment.