Skip to content

Commit bebd8aa

Browse files
committed
Arm backend: fix test for U55
Change-Id: I2bd38787378708ba8a05fc407d1de03cf6edd69a
1 parent a4e3e36 commit bebd8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/ops/test_div_tensor_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_div_tensor_mode_tosa_INT(mode):
7777
pipeline.pop_stage("check_count.exir")
7878
pipeline.run()
7979

80-
80+
@common.XfailIfNoCorstone300
8181
@pytest.mark.parametrize("mode", [None, "floor"])
8282
def test_div_tensor_mode_u55_INT(mode):
8383

0 commit comments

Comments
 (0)