Skip to content

Commit 5a17d72

Browse files
authored
Apply suggestion from @mvafin
1 parent 4e0d5b5 commit 5a17d72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/layer_tests/pytorch_tests/test_where.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def test_where_as_nonzero(self, mask_fill, mask_dtype, x_dtype, ie_device, preci
8989
"x_dtype": x_dtype,
9090
},
9191
trace_model=True)
92-
assert False
9392

9493
@pytest.mark.parametrize(
9594
"mask_fill", ['zeros', 'ones', 'random'])

0 commit comments

Comments
 (0)