Skip to content

Commit 5adf760

Browse files
committed
Arm backend: test_conformer.py emergency fix
We enabled some new tests in this suite but they turend out to not work, lest back it out again and investigate. This make the unittest-arm-backend-with-no-fvp (test_pytest_models) test work again. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: I16580299bcd94cd5d7c2146a1759554d0026f4c6
1 parent d0848ca commit 5adf760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/arm/test/models/test_conformer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_conformer_tosa_MI(self):
6363
)
6464
)
6565

66+
@unittest.expectedFailure # TODO(MLETORCH-635)
6667
def test_conformer_tosa_BI(self):
6768
(
6869
ArmTester(
@@ -110,6 +111,7 @@ def test_conformer_u55_BI(self):
110111
except Exception:
111112
pass
112113

114+
@unittest.expectedFailure # TODO(MLETORCH-635)
113115
def test_conformer_u85_BI(self):
114116
tester = (
115117
ArmTester(

0 commit comments

Comments
 (0)