Skip to content

Commit 6294ab5

Browse files
authored
Update test_layer_norm.py
Skip an additional test
1 parent 4bfe8b9 commit 6294ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/arm/test/ops/test_layer_norm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ def test_layer_norm_tosa_BI(
148148
self.LayerNorm(*model_params), (test_data,)
149149
)
150150

151-
# Skip last test since it requires transpose.
152-
@parameterized.expand(test_data_suite[:-1])
151+
# Skip tests that require transposes.
152+
@parameterized.expand(test_data_suite[:-2])
153153
def test_layer_norm_u55_BI(
154154
self,
155155
test_name: str,

0 commit comments

Comments
 (0)