diff --git a/tests/test_common.py b/tests/test_common.py index 875f427..fb4ca6e 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -115,6 +115,7 @@ def test_CuVec_creation(cu, classname, caplog): @mark.timeout(60) +@mark.filterwarnings("ignore:.*one-time only warm-up.*:PerformanceWarning") @mark.parametrize("cu", filter(None, [cp, py, sw])) def test_cuda_array_interface(cu): cupy = importorskip("cupy")