Skip to content

Commit

Permalink
github: workflows: disable testcase graph sdp_decomp_usm on macos aar…
Browse files Browse the repository at this point in the history
…ch64 CI

Signed-off-by: Ye Tao <[email protected]>
  • Loading branch information
taoye9 committed Oct 21, 2024
1 parent 0bbadfe commit 29dfef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/automation/test_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ elif [[ "$OS" == "Darwin" ]]; then
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_lnorm_smoke_cpu"
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_brgemm_smoke_cpu"
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_brgemm_ci_cpu"
SKIPPED_TEST_FAILURES+="|test_graph_unit_dnnl_sdp_decomp_usm_cpu"
elif [[ "$CMAKE_BUILD_TYPE" == "Release" ]]; then
SKIPPED_TEST_FAILURES="cpu-primitives-deconvolution-cpp"
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_lnorm_smoke_cpu"
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_lnorm_ci_cpu"
SKIPPED_TEST_FAILURES+="|test_graph_unit_dnnl_sdp_decomp_usm_cpu"
fi
fi

Expand Down

0 comments on commit 29dfef8

Please sign in to comment.