diff options
author | Brian Behlendorf <[email protected]> | 2016-09-16 13:25:46 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2016-09-16 13:25:46 -0700 |
commit | f448f8cddd710686e9e17e3e53ac3917f2546e5d (patch) | |
tree | 00740573175cd2969f7eb32d87e11c841268e276 /tests/runfiles | |
parent | 87f9371aefca857e7091dfdee3ec2d36b0de54c4 (diff) |
Disable zpool_upgrade_004_pos test case
This test cause frequently triggers issue #4034. Disable this
test case until the root cause of this issue has been addressed.
Reviewed-by: Olaf Faaland <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #4034
Closes #5120
Diffstat (limited to 'tests/runfiles')
-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 783eef94f..b31724a2f 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -333,10 +333,11 @@ post = tests = ['zpool_status_001_pos', 'zpool_status_002_pos'] # DISABLED: +# 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', - 'zpool_upgrade_003_pos', 'zpool_upgrade_004_pos', 'zpool_upgrade_005_neg', + 'zpool_upgrade_003_pos', 'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg', 'zpool_upgrade_008_pos', 'zpool_upgrade_009_neg'] |