aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Wren Kennedy <[email protected]>2021-12-01 14:22:52 -0700
committerTony Hutter <[email protected]>2021-12-06 12:22:51 -0800
commite9ee57f682ab17d117f59038e726ba829f46247a (patch)
tree2bc526bffb4772ca6314b21dbfed8203b7e49575 /tests
parentd34636151514829ed9bbd330bbe7dad79a1c817f (diff)
Temporarily remove tests from sanity runfile
With the addition of functionality to rerun failing tests, some tests that fail only sometimes still fail often enough to degrade the reliability of the sanity runs. Remove them from the runfile until they reliably pass. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Nguyen <[email protected]> Signed-off-by: John Kennedy <[email protected]> Closes #12814
Diffstat (limited to 'tests')
-rw-r--r--tests/runfiles/sanity.run15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/runfiles/sanity.run b/tests/runfiles/sanity.run
index b1d2c73de..3f4eb302f 100644
--- a/tests/runfiles/sanity.run
+++ b/tests/runfiles/sanity.run
@@ -432,8 +432,8 @@ tests = ['grow_pool_001_pos', 'grow_replicas_001_pos']
tags = ['functional', 'grow']
[tests/functional/history]
-tests = ['history_004_pos', 'history_005_neg', 'history_006_neg',
- 'history_007_pos', 'history_008_pos', 'history_009_pos']
+tests = ['history_004_pos', 'history_005_neg', 'history_007_pos',
+ 'history_009_pos']
tags = ['functional', 'history']
[tests/functional/hkdf]
@@ -561,12 +561,11 @@ tags = ['functional', 'slog']
[tests/functional/snapshot]
tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
- 'rollback_003_pos', 'snapshot_001_pos', 'snapshot_002_pos',
- 'snapshot_003_pos', 'snapshot_004_pos', 'snapshot_005_pos',
- 'snapshot_006_pos', 'snapshot_007_pos', 'snapshot_008_pos',
- 'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
- 'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
- 'snapshot_017_pos']
+ 'snapshot_001_pos', 'snapshot_002_pos', 'snapshot_003_pos',
+ 'snapshot_004_pos', 'snapshot_005_pos', 'snapshot_006_pos',
+ 'snapshot_007_pos', 'snapshot_008_pos', 'snapshot_009_pos',
+ 'snapshot_010_pos', 'snapshot_011_pos', 'snapshot_012_pos',
+ 'snapshot_013_pos', 'snapshot_014_pos', 'snapshot_017_pos']
tags = ['functional', 'snapshot']
[tests/functional/snapused]