Skip to content

Commit a240ae8

Browse files
authored
1 parent d023744 commit a240ae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

5+
#include "openvino/core/visibility.hpp"
56
#include "functional_test_utils/skip_tests_config.hpp"
67
#include "openvino/runtime/system_conf.hpp"
78

@@ -214,9 +215,9 @@ std::vector<std::string> disabledTestPatterns() {
214215
R"(^smoke_Multinomial(?:Static|Dynamic)+(?:Log)*.*seed_g=0_seed_o=0.*device=CPU.*)",
215216
// Issue: 129025
216217
R"(.*smoke_CpuExecNetworkCheck.*StreamsHasHigherPriorityThanLatencyHint.*)",
217-
#ifdef OPENVINO_ARCH_32_BIT
218+
#if defined(OPENVINO_ARCH_ARM)
218219
// Issue: 126177
219-
R"(.*smoke_CompareWithRefs_4D_Bitwise.*/EltwiseLayerCPUTest.CompareWithRefs/.*_eltwiseOpType=Bitwise.*_NetType=i32_.*)"
220+
R"(.*smoke_CompareWithRefs_4D_Bitwise.*/EltwiseLayerCPUTest.*_eltwise_op_type=Bitwise.*_model_type=i32_.*)"
220221
#endif
221222
};
222223

0 commit comments

Comments
 (0)