summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/not_parallel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/not_parallel.inc')
-rw-r--r--mysql-test/include/not_parallel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/not_parallel.inc b/mysql-test/include/not_parallel.inc
new file mode 100644
index 00000000..615bdf68
--- /dev/null
+++ b/mysql-test/include/not_parallel.inc
@@ -0,0 +1,3 @@
+if ($MTR_PARALLEL > 1) {
+ --skip test requires --parallel=1
+}