aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorMelvin Wang <[email protected]>2025-06-18 16:20:50 -0700
committerMelvin Wang <[email protected]>2025-06-18 16:20:50 -0700
commite19c3a02043077154f034da8c767b3e8e396435f (patch)
tree7a8a58f1c0cf9a565b571d0abd2a175381e14c76 /embassy-sync
parent3a432920978dc48f0b4c0a8da7c118415a0708fd (diff)
disable ui tests in miri
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/tests/ui.rs2
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]
3fn ui() { 3fn ui() {
4 let t = trybuild::TestCases::new(); 4 let t = trybuild::TestCases::new();