Skip to content

Commit 9b05b98

Browse files
martinlsmMartin Lindström
authored andcommitted
Arm backend: Disable test case test_w2l_arm.py::test_w2l_u85_BI (#9835)
test_w2l_arm.py::test_w2l_u85_BI takes tome and might timing out. Disable the test case until we have a solution. Co-authored-by: Martin Lindström <[email protected]>
1 parent 2261031 commit 9b05b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/test/models/test_w2l_arm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def test_w2l_u55_BI(self):
132132
@pytest.mark.slow
133133
@pytest.mark.corstone_fvp
134134
@conftest.expectedFailureOnFVP # TODO: MLETORCH-761
135+
@pytest.mark.skip(reason="Intermittent timeout issue: MLETORCH-856")
135136
def test_w2l_u85_BI(self):
136137
tester = self._test_w2l_ethos_BI_pipeline(
137138
self.w2l,

0 commit comments

Comments
 (0)