Skip to content

Commit 24c93fc

Browse files
committed
Deselect end-to-end from automated tests
1 parent 6834faa commit 24c93fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'7-gce',
1919
]
2020

21-
PYTEST_COMMON_ARGS = ['--junitxml=sponge_log.xml']
21+
PYTEST_COMMON_ARGS = ['--junitxml=sponge_log.xml', '-m', 'not e2e']
2222

2323

2424
@nox.session

0 commit comments

Comments
 (0)