Skip to content

Commit

Permalink
Disable many_bins_gpu on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Nov 22, 2024
1 parent 811050f commit 667bd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vello_tests/tests/known_issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ fn many_bins(use_cpu: bool) {
assert!(black_count > 0);
}

// With wgpu 23, this started mysteriously working on macOS (and only on macOS).
#[test]
#[cfg_attr(skip_gpu_tests, ignore)]
#[cfg_attr(target_os = "macos", should_panic)]
fn many_bins_gpu() {
many_bins(false);
}
Expand Down

0 comments on commit 667bd15

Please sign in to comment.