diff options
author | Brian Behlendorf <[email protected]> | 2023-05-08 10:09:30 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-08 10:09:30 -0700 |
commit | 245f4a346779e29fe995f69d8eb2b724cddf5277 (patch) | |
tree | 3fa46da5e4a4289e003384a80f344916ef93de6f /tests | |
parent | 190290a9ac3f2f0dd0021646f2fd787ea51b08bd (diff) |
ZTS: add snapshot/snapshot_002_pos exception
Add snapshot_002_pos to the known list of occasional failures
for FreeBSD until it can be made entirely reliable.
Reviewed-by: Tino Reichardt <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #14831
Closes #14832
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index f3cfca912..63470bc04 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -257,6 +257,7 @@ if sys.platform.startswith('freebsd'): 'resilver/resilver_restart_001': ['FAIL', known_reason], 'pool_checkpoint/checkpoint_big_rewind': ['FAIL', 12622], 'pool_checkpoint/checkpoint_indirect': ['FAIL', 12623], + 'snapshot/snapshot_002_pos': ['FAIL', '14831'], }) elif sys.platform.startswith('linux'): maybe.update({ |