We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725b50d commit fc42d7cCopy full SHA for fc42d7c
dpnp/tests/test_product.py
@@ -2169,7 +2169,7 @@ class TestVecmat:
2169
def setup_method(self):
2170
numpy.random.seed(42)
2171
2172
- @pytest.mark.skip(
+ @pytest.mark.skipif(
2173
is_win_platform() and not is_gpu_device(), reason="SAT-8073"
2174
)
2175
@pytest.mark.parametrize("dtype", get_all_dtypes(no_none=True))
0 commit comments