Skip to content

Commit 90d9b10

Browse files
committed
Arm Backend: Skip corestone tests for dl3
1 parent f8b199d commit 90d9b10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backends/arm/test/models/test_dl3_arm.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ def test_dl3_tosa_BI():
5454
pipeline.run()
5555

5656

57-
@pytest.mark.slow
5857
@common.XfailIfNoCorstone300
59-
@pytest.mark.xfail(reason="upsample_bilinear2d operator is not supported on U55")
58+
@pytest.mark.skip(reason="upsample_bilinear2d operator is not supported on U55")
6059
def test_dl3_u55_BI():
6160
pipeline = EthosU55PipelineBI[input_t](
6261
TestDl3.dl3,
@@ -69,8 +68,8 @@ def test_dl3_u55_BI():
6968
pipeline.run()
7069

7170

72-
@pytest.mark.slow
7371
@common.XfailIfNoCorstone320
72+
@pytest.mark.skip(reason="Runs out of memory on U85")
7473
def test_dl3_u85_BI():
7574
pipeline = EthosU85PipelineBI[input_t](
7675
TestDl3.dl3,

0 commit comments

Comments
 (0)