diff --git a/backends/arm/test/models/test_torch_functions.py b/backends/arm/test/models/test_torch_functions.py index 6363de90478..19e2395adfe 100644 --- a/backends/arm/test/models/test_torch_functions.py +++ b/backends/arm/test/models/test_torch_functions.py @@ -128,7 +128,9 @@ def test_torch_fns_MI(test_data): "Requires dynamic output shape.", "topk": "NotImplementedError: No registered serialization name for found", "sort": "NotImplementedError: No registered serialization name for found", + "t": "MLETORCH-855: Issue with Quantization folding.", }, + strict=False, ) def test_torch_fns_BI(test_data): module, inputs = test_data