From 5adf760961418f9abf746c97d527740d94a6dd8b Mon Sep 17 00:00:00 2001 From: Zingo Andersen Date: Fri, 16 May 2025 21:27:24 +0200 Subject: [PATCH] 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 Change-Id: I16580299bcd94cd5d7c2146a1759554d0026f4c6 --- backends/arm/test/models/test_conformer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/arm/test/models/test_conformer.py b/backends/arm/test/models/test_conformer.py index 5b9a50f08e8..40540a5b75a 100644 --- a/backends/arm/test/models/test_conformer.py +++ b/backends/arm/test/models/test_conformer.py @@ -63,6 +63,7 @@ def test_conformer_tosa_MI(self): ) ) + @unittest.expectedFailure # TODO(MLETORCH-635) def test_conformer_tosa_BI(self): ( ArmTester( @@ -110,6 +111,7 @@ def test_conformer_u55_BI(self): except Exception: pass + @unittest.expectedFailure # TODO(MLETORCH-635) def test_conformer_u85_BI(self): tester = ( ArmTester(