We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c501499 commit 8e5d2e3Copy full SHA for 8e5d2e3
src/bootstrap/src/core/builder/tests.rs
@@ -1856,6 +1856,9 @@ mod snapshot {
1856
let ctx = TestCtx::new();
1857
insta::assert_snapshot!(
1858
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"])
1862
.render_steps(), @r"
1863
[build] rustc 0 <host> -> Tidy 1 <host>
1864
[test] tidy <>
0 commit comments