Skip to content

Commit fc42d7c

Browse files
committed
Fix typo in skip command
1 parent 725b50d commit fc42d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ class TestVecmat:
21692169
def setup_method(self):
21702170
numpy.random.seed(42)
21712171

2172-
@pytest.mark.skip(
2172+
@pytest.mark.skipif(
21732173
is_win_platform() and not is_gpu_device(), reason="SAT-8073"
21742174
)
21752175
@pytest.mark.parametrize("dtype", get_all_dtypes(no_none=True))

0 commit comments

Comments
 (0)