We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07d263 commit f826628Copy full SHA for f826628
.github/automation/test_aarch64.sh
@@ -1,7 +1,7 @@
1
#! /bin/bash
2
3
# *******************************************************************************
4
-# Copyright 2024 Arm Limited and affiliates.
+# Copyright 2024-2025 Arm Limited and affiliates.
5
# SPDX-License-Identifier: Apache-2.0
6
#
7
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,6 +47,8 @@ if [[ "$OS" == "Linux" ]]; then
47
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-mqa-cpp"
48
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-sdpa-cpp"
49
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-sdpa-stacked-qkv-cpp"
50
+ # TODO: Issue: https://github.com/oneapi-src/oneDNN/issues/2572
51
+ SKIPPED_GRAPH_TEST_FAILURES+="|test_graph_unit_dnnl_convolution"
52
SKIPPED_GRAPH_TEST_FAILURES+="|test_graph_unit_dnnl_large_partition_cpu"
53
fi
54
0 commit comments