diff options
author | Brian Behlendorf <[email protected]> | 2016-10-24 16:39:47 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-24 16:39:47 -0700 |
commit | 66392d81f5ba103fc89cd7bb3b99bea76a650d45 (patch) | |
tree | abc9ea7f2405bb4d9008b6e650e8a040c73bd1e5 /tests | |
parent | aed0e9f3e4db75f4b622e1f0623fe61a94a43dc2 (diff) |
Disable zpool_upgrade_002_pos test case
This test case frequently triggers issue #4034. There exists a
fix for this which is in the process of being upstreamed. Until
that fix is available disable the test case.
Reviewed by: George Wilson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #5329
Issue #4034
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index f7ca9d5a7..bfda141f5 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -324,10 +324,11 @@ post = tests = ['zpool_status_001_pos', 'zpool_status_002_pos'] # DISABLED: +# zpool_upgrade_002_pos - Issue zfsonlinux/zfs#4034 # zpool_upgrade_004_pos - Issue zfsonlinux/zfs#4034 # zpool_upgrade_007_pos - needs investigation [tests/functional/cli_root/zpool_upgrade] -tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_002_pos', +tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_003_pos', 'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg', 'zpool_upgrade_008_pos', 'zpool_upgrade_009_neg'] |