diff --git a/keras/src/ops/numpy_test.py b/keras/src/ops/numpy_test.py index 1676d56b252..454ffd26ac1 100644 --- a/keras/src/ops/numpy_test.py +++ b/keras/src/ops/numpy_test.py @@ -8334,7 +8334,7 @@ def test_zeros_like(self, dtype): ) -@pytest.mask.skipif( +@pytest.mark.skipif( testing.torch_uses_gpu(), reason="histogram op not implemented for torch on gpu", )