Skip to content

Commit 23324b7

Browse files
committed
disable optimized tests for now
1 parent 1226147 commit 23324b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function run_tests {
2525
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
2626
# optimizations up all the way).
2727
# Optimizations change diagnostics (mostly backtraces), so we don't check them
28-
MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
28+
#FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
29+
#MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
2930
fi
3031

3132
# On Windows, there is always "python", not "python3" or "python2".

0 commit comments

Comments
 (0)