Skip to content

Commit 8e5d2e3

Browse files
committed
WIP: skip bootstrap tests on CI
1 parent c501499 commit 8e5d2e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/builder/tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,9 @@ mod snapshot {
18561856
let ctx = TestCtx::new();
18571857
insta::assert_snapshot!(
18581858
ctx.config("test")
1859+
// Skip bootstrap tests, as for some reason the recursive nature causes different
1860+
// snapshot diffs on CI
1861+
.args(&["--skip", "bootstrap"])
18591862
.render_steps(), @r"
18601863
[build] rustc 0 <host> -> Tidy 1 <host>
18611864
[test] tidy <>

0 commit comments

Comments
 (0)