t/verify: skip crc7 when running checksum tests
authorVincent Fu <vincent.fu@samsung.com>
Thu, 22 May 2025 17:53:41 +0000 (17:53 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 2 Jun 2025 16:35:41 +0000 (12:35 -0400)
commit4655560d8137469cff0bbe30b01cca6df1b079b2
treebacbd5f1a7205d412050ce8a913926f333af64eb
parentaf8ed1ebebfa55c9b3078e450d2b514bc0bf72c9
t/verify: skip crc7 when running checksum tests

The crc7 checksum has a 1/128 chance of not detecting data corruption
when we mangle data written to the device. Skip these tests when testing
the checksum functions to avoid false test failures.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/verify.py