Skip to content

Commit 8cb6d29

Browse files
Unskip qr tests
1 parent e825de5 commit 8cb6d29

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dpnp/tests/third_party/cupy/linalg_tests/test_decomposition.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,13 @@ def test_mode(self):
202202
self.check_mode(numpy.random.randn(3, 3), mode=self.mode)
203203
self.check_mode(numpy.random.randn(5, 4), mode=self.mode)
204204

205-
@pytest.mark.skipif(
206-
is_lts_driver(version=LTS_VERSION.V1_6), reason="SAT-8375"
207-
)
208205
@testing.with_requires("numpy>=1.22")
209206
@testing.fix_random()
210207
def test_mode_rank3(self):
211208
self.check_mode(numpy.random.randn(3, 2, 4), mode=self.mode)
212209
self.check_mode(numpy.random.randn(4, 3, 3), mode=self.mode)
213210
self.check_mode(numpy.random.randn(2, 5, 4), mode=self.mode)
214211

215-
@pytest.mark.skipif(
216-
is_lts_driver(version=LTS_VERSION.V1_6), reason="SAT-8375"
217-
)
218212
@testing.with_requires("numpy>=1.22")
219213
@testing.fix_random()
220214
def test_mode_rank4(self):

0 commit comments

Comments
 (0)