Jakub Kuderski 3bca1e41e4
[mlir][Examples] Do not run test.wheel.toy by default (#163009)
This test takes ~16s to execute on my machine, which is an order of
magnitude longer than any other mlir test. Put the `test.wheel.toy` test
behind a `requires` check for expensive checks.

LLVM already has some tests enabled conditionally under expensive
checks.
2025-10-11 18:03:39 -04:00
..