From 0ad9ea365a646c0c2f589a2c847fe75fcf727bf7 Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 27 Feb 2024 11:26:59 +0000 Subject: [PATCH] Skip vecdot test due to zero-size array failures (#399) --- .github/workflows/array-api-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index e2abcc77..76a28d54 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -89,6 +89,9 @@ jobs: # very slow array_api_tests/test_creation_functions.py::test_eye + # edge case failures + array_api_tests/test_linalg.py::test_vecdot + # not implemented array_api_tests/test_array_object.py::test_setitem array_api_tests/test_array_object.py::test_setitem_masking