We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0383470 commit c729a0eCopy full SHA for c729a0e
tests/functional/test_screenshot.py
@@ -4,7 +4,7 @@
4
import pytest
5
6
7
-# @pytest.mark.skip(reason="skipping screenshot tests")
+@pytest.mark.skip(reason="skipping screenshot tests")
8
class TestClass(unittest.TestCase):
9
def __init__(self, driver):
10
super().__init__(driver)
0 commit comments