Skip to content

Commit d71f346

Browse files
Martin LindströmMartin Lindström
Martin Lindström
authored and
Martin Lindström
committed
Disable test case test_w2l_arm.py::test_w2l_u85_BI
test_w2l_arm.py::test_w2l_u85_BI fails intermittently by timing out. Disable the test case until we have a solution. Change-Id: Ib49a85c33fdec7e8d01c82e999be7c9dd80657d8
1 parent 4987f0b commit d71f346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/test/models/test_w2l_arm.py

+1
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)