Disable subtract_regression08 artifact graph test (#7233)
This commit is contained in:
		@ -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());
 | 
			
		||||
                }
 | 
			
		||||
            })
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user