Skip to content

Commit c358cec

Browse files
committed
Fix expectedFailure
1 parent 0a30d97 commit c358cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/ops/test_bmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_bmm_single_input_tosa_BI(self, test_data_generator: Callable[[], Tuple]
153153

154154
@parameterized.expand(BMM.test_data_generators)
155155
@pytest.mark.corstone_fvp
156-
@conftest.expectedFailureOnFVP
156+
@unittest.expectedFailure
157157
def test_bmm_u55_BI_xfails(self, test_data_generator: Callable[[], Tuple]):
158158
test_data = test_data_generator()
159159
self._test_bmm_ethosu_BI_pipeline(

0 commit comments

Comments
 (0)