Skip to content

Commit

Permalink
Temporarily remove tests from sanity runfile
Browse files Browse the repository at this point in the history
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 <behlendorf1@llnl.gov>
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Signed-off-by: John Kennedy <john.kennedy@delphix.com>
Closes openzfs#12814
  • Loading branch information
jwk404 authored and tonyhutter committed Dec 6, 2021
1 parent 5a80c82 commit 3c97d7a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tests/runfiles/sanity.run
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 3c97d7a

Please sign in to comment.