Skip to content

Commit e2201c5

Browse files
martinlsmMartin Lindström
and
Martin Lindström
authored
Arm backend: Enable test_w2l_u85_BI (#8880)
The TOSA compiler previously had a bug that caused a segmentation fault when loading the Wav2Letter model on Ethos-U85. This issue has now been fixed. Enable the test that previously failed due to this bug. Co-authored-by: Martin Lindström <[email protected]>
1 parent d92384b commit e2201c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/arm/test/models/test_w2l_arm.py

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def test_w2l_u55_BI(self):
131131

132132
@pytest.mark.slow
133133
@pytest.mark.corstone_fvp
134-
@unittest.skip("Blocked by MLBEDSW-10420")
135134
@conftest.expectedFailureOnFVP # TODO: MLBEDSW-10093
136135
def test_w2l_u85_BI(self):
137136
tester = self._test_w2l_ethos_BI_pipeline(

0 commit comments

Comments
 (0)