aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGeorge Melikov <[email protected]>2017-11-07 21:32:04 +0300
committerBrian Behlendorf <[email protected]>2017-11-07 10:32:04 -0800
commitb58b73ce74b032184a089f7084c638f71453bdfa (patch)
tree46ff76ce5413e40b29e7cb8b8f412a1b5e2d55f9 /tests
parent23ea00a1fe9cafa081f910a8326b8f41cfb9f8d4 (diff)
Disable zpool_import_missing_003_pos
Rarely observed failure of zpool_import_missing_003_pos during automated testing due to timeout. Disable the test case until it can be improved. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Signed-off-by: George Melikov <[email protected]> Issue #6839 Closes #6840
Diffstat (limited to 'tests')
-rw-r--r--tests/runfiles/linux.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run
index 76e8a5869..e67bec0c5 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -321,6 +321,7 @@ tags = ['functional', 'cli_root', 'zpool_get']
tests = ['zpool_history_001_neg', 'zpool_history_002_pos']
tags = ['functional', 'cli_root', 'zpool_history']
+# zpool_import_missing_003_pos - https://github.com/zfsonlinux/zfs/issues/6839
[tests/functional/cli_root/zpool_import]
tests = ['zpool_import_001_pos', 'zpool_import_002_pos',
'zpool_import_003_pos', 'zpool_import_004_pos', 'zpool_import_005_pos',
@@ -329,7 +330,7 @@ tests = ['zpool_import_001_pos', 'zpool_import_002_pos',
'zpool_import_012_pos', 'zpool_import_013_neg', 'zpool_import_014_pos',
'zpool_import_features_001_pos', 'zpool_import_features_002_neg',
'zpool_import_features_003_pos','zpool_import_missing_001_pos',
- 'zpool_import_missing_002_pos', 'zpool_import_missing_003_pos',
+ 'zpool_import_missing_002_pos',
'zpool_import_rename_001_pos', 'zpool_import_all_001_pos',
'zpool_import_encrypted', 'zpool_import_encrypted_load']
tags = ['functional', 'cli_root', 'zpool_import']