Skip to content

Commit 9b27ef0

Browse files
committed
chore(vscode): skip e2e tests in test runner
1 parent 7272291 commit 9b27ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"editor.defaultFormatter": "ms-python.black-formatter"
1111
},
1212
"python.languageServer": "Pylance",
13-
"python.testing.pytestArgs": ["tests"],
13+
"python.testing.pytestArgs": ["-m not e2e", "tests"],
1414
"python.testing.pytestEnabled": true,
1515
"python.testing.unittestEnabled": false
1616
}

0 commit comments

Comments
 (0)