File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ markers =
2525 # main: tests designed to run against the main branch
2626 # release: tests designed to run specifically against a release branch
2727 utils: test setup and support methods
28+ utils_local: test setup and support methods locally
2829 smoke: tests designed to run as part of the smokescreen regression test suite
2930 wip: tests that are currently in progress
3031 smokescreen: all compartments to be run as part of the smokescreen
Original file line number Diff line number Diff line change 33from datetime import datetime
44from playwright .sync_api import Page
55
6- pytestmark = [pytest .mark .utils ]
6+ pytestmark = [pytest .mark .utils_local ]
77
88
99def test_calculate_v2_calendar_variables (page : Page ):
You can’t perform that action at this time.
0 commit comments