Skip to content

Commit f826628

Browse files
theComputeKidRyo-not-rio
authored andcommitted
github: workflows: Skip test_graph_unit_dnnl_convolution
- until fixed.
1 parent c07d263 commit f826628

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/automation/test_aarch64.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

33
# *******************************************************************************
4-
# Copyright 2024 Arm Limited and affiliates.
4+
# Copyright 2024-2025 Arm Limited and affiliates.
55
# SPDX-License-Identifier: Apache-2.0
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,6 +47,8 @@ if [[ "$OS" == "Linux" ]]; then
4747
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-mqa-cpp"
4848
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-sdpa-cpp"
4949
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"
5052
SKIPPED_GRAPH_TEST_FAILURES+="|test_graph_unit_dnnl_large_partition_cpu"
5153
fi
5254

0 commit comments

Comments
 (0)