diff --git a/src/test/run-pass/issue-31702.rs b/src/test/run-pass/issue-31702.rs index 89eafa88ee0d1..334c1b2a28b14 100644 --- a/src/test/run-pass/issue-31702.rs +++ b/src/test/run-pass/issue-31702.rs @@ -10,6 +10,11 @@ // aux-build:issue-31702-1.rs // aux-build:issue-31702-2.rs +// ignore-test: FIXME(#31702) when this test was added it was thought that the +// accompanying llvm update would fix it, but +// unfortunately it appears that was not the case. In +// the interest of not deleting the test, though, +// this is just tagged with ignore-test // this test is actually entirely in the linked library crates