Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[microTVM][Zephyr] Disable test_armv7m_intrinsic since it's broken (a…
Browse files Browse the repository at this point in the history
…pache#12620)

add xfail
  • Loading branch information
mehrdadh authored and xinetzone committed Nov 25, 2022
1 parent af3bc69 commit abb0e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/micro/zephyr/test_zephyr_armv7m.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ def _apply_desired_layout_no_simd(relay_mod):

@tvm.testing.requires_micro
@pytest.mark.skip_boards(["mps2_an521"])
@pytest.mark.xfail(reason="due https://github.com/apache/tvm/issues/12619")
def test_armv7m_intrinsic(workspace_dir, board, west_cmd, microtvm_debug):
"""Testing a ARM v7m SIMD extension."""

if board not in [
"mps2_an521",
"stm32f746xx_disco",
"stm32f746g_disco",
"nucleo_f746zg",
"nucleo_l4r5zi",
"nrf5340dk_nrf5340_cpuapp",
Expand Down

0 comments on commit abb0e1b

Please sign in to comment.