Skip to content

Commit

Permalink
Fix expectedFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianLundell committed Jan 20, 2025
1 parent 0a30d97 commit c358cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/arm/test/ops/test_bmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_bmm_single_input_tosa_BI(self, test_data_generator: Callable[[], Tuple]

@parameterized.expand(BMM.test_data_generators)
@pytest.mark.corstone_fvp
@conftest.expectedFailureOnFVP
@unittest.expectedFailure
def test_bmm_u55_BI_xfails(self, test_data_generator: Callable[[], Tuple]):
test_data = test_data_generator()
self._test_bmm_ethosu_BI_pipeline(
Expand Down

0 comments on commit c358cec

Please sign in to comment.