commit | 4ca244e7db3a9302bf49558f09c3c37f028e01d9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jul 26 15:28:34 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Sep 10 16:05:27 2025 -0600 |
tree | 80b3c3ae0b53301c420201daf08f0218e6886aa3 | |
parent | f55320428b9480112ba837d66e61e1e57c8787e4 [diff] |
Skip some tests with "readnow" board This series pointed out a few tests that check that a particular index is in use. It seems to me that this does not really make sense when the "readnow" board is in use, as this actually skips index creation. The tests do pass today, but by accident. This patch adds the appropriate "require" line to the tests in question. Approved-By: Simon Marchi <simon.marchi@efficios.com> Acked-By: Simon Marchi <simon.marchi@efficios.com>