From d560a1dc52b04a246198d6288eb4c71e3a1c0f86 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 11 Mar 2024 14:03:35 +0000 Subject: [PATCH] Exclude test_tensordot pending https://github.com/cubed-dev/cubed/issues/420 --- .github/workflows/array-api-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index c1040275..89b14411 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -89,7 +89,8 @@ jobs: # very slow array_api_tests/test_creation_functions.py::test_eye - # edge case failures + # edge case failures (https://github.com/cubed-dev/cubed/issues/420) + array_api_tests/test_linalg.py::test_tensordot array_api_tests/test_linalg.py::test_vecdot # not implemented