Skip to content

Commit

Permalink
Skip ONNX group normalization tests on CPU.
Browse files Browse the repository at this point in the history
They were already skipped on GPU. They seem to be flaky... or otherwise broken in some weird way.
  • Loading branch information
ScottTodd committed Aug 12, 2024
1 parent b06bf6a commit 552bb63
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"--device=local-sync"
],
"skip_compile_tests": [
"onnx/node/generated/test_dequantizelinear"
"onnx/node/generated/test_dequantizelinear",
"onnx/node/generated/test_group_normalization_epsilon_expanded",
"onnx/node/generated/test_group_normalization_example_expanded"
],
"skip_run_tests": [],
"expected_compile_failures": [
Expand Down

0 comments on commit 552bb63

Please sign in to comment.