diff options
author | Brian Behlendorf <[email protected]> | 2016-03-17 09:47:54 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-17 09:56:18 -0700 |
commit | 99d0a9c39ea655fe4545bee31235cd91f2908763 (patch) | |
tree | 29be4ecd2231a4e52d550f29d5cbd4a0bd2c91af /tests | |
parent | 6bb24f4dc7b7267699e3c3a4ca1ca062fe564b9e (diff) |
Disable zpool_add_004_pos test case
This test case add a zvol to as a vdev to an existing pool. This
use case is currently known to be racy.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 56e80b8e9..ea982c328 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -234,11 +234,11 @@ tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_003_pos', tests = ['zpool_001_neg', 'zpool_002_pos', 'zpool_003_pos'] # DISABLED: +# zpool_add_004_pos - nested pools # zpool_add_005_pos - no 'dumpadm' command. # zpool_add_006_pos - nested pools [tests/functional/cli_root/zpool_add] tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos', - 'zpool_add_004_pos', 'zpool_add_007_neg', 'zpool_add_008_neg', 'zpool_add_009_neg'] [tests/functional/cli_root/zpool_attach] |