summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index 83344714c..d0c93f74b 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -563,6 +563,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
# These tests don't test slice explicitly but rather use it to perform the test
misc_slice_tests = (
"builtin_range",
+ "bytearray1",
"class_super",
"containment",
"errno1",
@@ -573,6 +574,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
"memoryview_gc",
"object1",
"python34",
+ "string_format_modulo",
"struct_endian",
)