Skip to content

Commit 61a7b96

Browse files
committed
Disable test mir_heavy_promoted
1 parent eed6603 commit 61a7b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ EOF
321321
git checkout -- src/test/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed
322322

323323
rm -r src/test/ui/{abi*,extern/,panic-runtime/,panics/,unsized-locals/,proc-macro/,threads-sendsync/,thinlto/,borrowck/,chalkify/bugs/,test*,*lto*.rs,consts/const-float-bits-reject-conv.rs,consts/issue-miri-1910.rs} || true
324+
rm src/test/ui/mir/mir_heavy_promoted.rs # this tests is oom-killed in the CI.
324325
for test in $(rg --files-with-matches "catch_unwind|should_panic|thread|lto" src/test/ui); do
325326
rm $test
326327
done

0 commit comments

Comments
 (0)