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 <daniel.verkamp@intel.com>
This commit is contained in:
parent
801388a796
commit
145e9014b9
@ -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=$!
|
||||
|
Loading…
x
Reference in New Issue
Block a user