diff --git a/backends/arm/test/ops/test_scalars.py b/backends/arm/test/ops/test_scalars.py index 17dcd6f1d27..97af070120b 100644 --- a/backends/arm/test/ops/test_scalars.py +++ b/backends/arm/test/ops/test_scalars.py @@ -220,7 +220,9 @@ def _test_passes_tosa_BI_pipeline(module: torch.nn.Module, test_data: tuple): } -@common.parametrize("tensor_scalar_tests", tensor_scalar_tests, passes_xfails) +@common.parametrize( + "tensor_scalar_tests", tensor_scalar_tests, passes_xfails, strict=False +) def test_passes_BI(tensor_scalar_tests: list): op, x, y = tensor_scalar_tests _test_passes_tosa_BI_pipeline(op, (x, y))