Skip to content

Commit 95ac408

Browse files
committed
Temporarily disabling other tests
1 parent 5fea0d7 commit 95ac408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/run_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
run_test_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'run_test.py')
2727
for project_path in test_projects:
28+
if '10_cpp_standards' not in project_path: continue
2829
subprocess.check_call([sys.executable, run_test_path, project_path])
2930

3031
print('%d projects built successfully.' % len(test_projects))

0 commit comments

Comments
 (0)