Skip to content

Commit

Permalink
Temporarily failing test in uefi-macros
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nicholasbishop committed Oct 15, 2021
1 parent 97158a4 commit a4f4fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uefi-macros/tests/compilation.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::env;

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

Expand Down

0 comments on commit a4f4fd2

Please sign in to comment.