diff options
| author | Melvin Wang <[email protected]> | 2025-06-18 16:20:50 -0700 |
|---|---|---|
| committer | Melvin Wang <[email protected]> | 2025-06-18 16:20:50 -0700 |
| commit | e19c3a02043077154f034da8c767b3e8e396435f (patch) | |
| tree | 7a8a58f1c0cf9a565b571d0abd2a175381e14c76 /embassy-sync/tests | |
| parent | 3a432920978dc48f0b4c0a8da7c118415a0708fd (diff) | |
disable ui tests in miri
Diffstat (limited to 'embassy-sync/tests')
| -rw-r--r-- | embassy-sync/tests/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/tests/ui.rs b/embassy-sync/tests/ui.rs index 9ef0d4c67..e8b1080d8 100644 --- a/embassy-sync/tests/ui.rs +++ b/embassy-sync/tests/ui.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // #[cfg(not(miri))] | 1 | #[cfg(not(miri))] |
| 2 | #[test] | 2 | #[test] |
| 3 | fn ui() { | 3 | fn ui() { |
| 4 | let t = trybuild::TestCases::new(); | 4 | let t = trybuild::TestCases::new(); |
