Skip to content

Commit 8a32ecd

Browse files
committed
[0.6 release][ez] fix unittest-arm
1 parent 83a6437 commit 8a32ecd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/arm/test/models/test_torch_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def test_torch_fns_MI(test_data):
129129
"Requires dynamic output shape.",
130130
"topk": "NotImplementedError: No registered serialization name for <class 'torch.return_types.topk'> found",
131131
"sort": "NotImplementedError: No registered serialization name for <class 'torch.return_types.sort'> found",
132-
"t": "MLETORCH-855: Issue with Quantization folding.",
133-
"norm": "An error occurred when running the 'KeepDimsFalseToSqueezePass' pass after the following passes:",
134132
},
135133
)
136134
def test_torch_fns_BI(test_data):

0 commit comments

Comments
 (0)