Skip to content

Commit 34d37b0

Browse files
committed
Disable all python tests for now.
If any tests ready to python 3, we need to add 'py3ready' flag in the beginning of the file
1 parent 43d3557 commit 34d37b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/tester.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ def run_test(fn, check_stats, run_memcheck):
152152
opts = get_test_options(fn, check_stats, run_memcheck)
153153
del check_stats, run_memcheck
154154

155+
if opts.expected != "py3ready":
156+
opts.skip = True
157+
155158
if opts.skip:
156159
return ("(skipped: %s)" % opts.skip) if DISPLAY_SKIPS else ""
157160

0 commit comments

Comments
 (0)