Skip to content

Commit a4f4fd2

Browse files
Temporarily failing test in uefi-macros
This test is failing in nightly due to: rust-lang/rust#89795 Disabling the test for now to get the CI happy again. Will keep #299 open as a reminder to re-enable the test once the underlying issue has been fixed.
1 parent 97158a4 commit a4f4fd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi-macros/tests/compilation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use std::env;
22

33
#[test]
4+
#[ignore = "failing in nightly due to github.com/rust-lang/rust/issues/89795"]
45
fn ui() {
56
let t = trybuild::TestCases::new();
67

0 commit comments

Comments
 (0)