Skip to content

Commit c729a0e

Browse files
1 parent 0383470 commit c729a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55

66

7-
# @pytest.mark.skip(reason="skipping screenshot tests")
7+
@pytest.mark.skip(reason="skipping screenshot tests")
88
class TestClass(unittest.TestCase):
99
def __init__(self, driver):
1010
super().__init__(driver)

0 commit comments

Comments
 (0)