Skip to content

Commit b23b339

Browse files
Erik-Lundellkirklandsign
authored andcommitted
Arm backend: set scalar div xfails to non strict. (#9644)
Seems to succeed in rare instances due to randomness. Signed-off-by: Erik Lundell <[email protected]>
1 parent 236223f commit b23b339

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/test/ops/test_scalars.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ def _test_passes_tosa_BI_pipeline(module: torch.nn.Module, test_data: tuple):
220220
}
221221

222222

223-
@common.parametrize("tensor_scalar_tests", tensor_scalar_tests, passes_xfails)
223+
@common.parametrize(
224+
"tensor_scalar_tests", tensor_scalar_tests, passes_xfails, strict=False
225+
)
224226
def test_passes_BI(tensor_scalar_tests: list):
225227
op, x, y = tensor_scalar_tests
226228
_test_passes_tosa_BI_pipeline(op, (x, y))

0 commit comments

Comments
 (0)