aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 342bdc4d..7d5a9580 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2204,6 +2204,8 @@ def process(filename):
self.do_run(src)
def test_bsearch(self):
+ if Settings.QUANTUM_SIZE == 1: return self.skip('Test cannot work with q1')
+
src = '''
#include <stdlib.h>
#include <stdio.h>