Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion backends/arm/test/ops/test_scalars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Loading