From 145e9014b96285683d9c5617273e1c65306e9281 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 6 Dec 2016 10:33:40 -0700 Subject: [PATCH] test: temporarily disable NVMe multi-process tests There is an intermittent bug in the multi-process support causing test failures, so disable the tests for now until the multi-process code is fixed. Change-Id: I778004c8276390accb06eab5b86265169886c45f Signed-off-by: Daniel Verkamp --- test/lib/nvme/nvme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/nvme/nvme.sh b/test/lib/nvme/nvme.sh index ee086134e..437c220d1 100755 --- a/test/lib/nvme/nvme.sh +++ b/test/lib/nvme/nvme.sh @@ -60,7 +60,7 @@ timing_enter arbitration $rootdir/examples/nvme/arbitration/arbitration -t 3 timing_exit arbitration -if [ $(uname -s) = Linux ]; then +if false && [ $(uname -s) = Linux ]; then timing_enter multi_process $rootdir/examples/nvme/arbitration/arbitration -s 4096 -t 10 & pid=$!