Disable subtract_regression08 artifact graph test (#7233)

This commit is contained in:
Jonathan Tran
2025-05-27 14:47:02 -04:00
committed by GitHub
parent cc2769e907
commit 8f4327ab6b

View File

@ -321,7 +321,10 @@ fn assert_common_snapshots(
// Change the snapshot suffix so that it is rendered as a Markdown file
// in GitHub.
// Ignore the cpu cooler for now because its being a little bitch.
if test.name != "cpu-cooler" && test.name != "subtract_regression10" {
if test.name != "cpu-cooler"
&& test.name != "subtract_regression08"
&& test.name != "subtract_regression10"
{
insta::assert_binary_snapshot!("artifact_graph_flowchart.md", flowchart.as_bytes().to_owned());
}
})