Unverified Commit cc504335 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

onnxscript: disable test requiring gpu (#498052)

parents 1fe5ded9 d99eb7be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -246,6 +246,8 @@ buildPythonPackage (finalAttrs: {
    "tests/ir/graph_view_test.py"
    "tests/ir/serde_roundtrip_test.py"
    "tests/optimizer/test_models.py"
    # Wants GPU on ROCm
    "tests/function_libs/torch_lib/ops_test.py"
  ];

  # Importing onnxruntime in the sandbox crashes on aarch64-linux: