We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d1ab4 commit f43e2c8Copy full SHA for f43e2c8
1 file changed
test/test.py
@@ -228,7 +228,7 @@ def main():
228
test_folders = []
229
tests_combined = test_categories + test_folders
230
if args.tests:
231
- test_categories = [x for x in tests_combined if x in args.tests or x == "integration"]
+ test_categories = [x for x in tests_combined if x in args.tests ]
232
if args.skip:
233
test_categories = [x for x in tests_combined if not x in args.skip]
234
0 commit comments