We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b199d commit 90d9b10Copy full SHA for 90d9b10
backends/arm/test/models/test_dl3_arm.py
@@ -54,9 +54,8 @@ def test_dl3_tosa_BI():
54
pipeline.run()
55
56
57
-@pytest.mark.slow
58
@common.XfailIfNoCorstone300
59
-@pytest.mark.xfail(reason="upsample_bilinear2d operator is not supported on U55")
+@pytest.mark.skip(reason="upsample_bilinear2d operator is not supported on U55")
60
def test_dl3_u55_BI():
61
pipeline = EthosU55PipelineBI[input_t](
62
TestDl3.dl3,
@@ -69,8 +68,8 @@ def test_dl3_u55_BI():
69
68
70
71
72
73
@common.XfailIfNoCorstone320
+@pytest.mark.skip(reason="Runs out of memory on U85")
74
def test_dl3_u85_BI():
75
pipeline = EthosU85PipelineBI[input_t](
76
0 commit comments