File tree 1 file changed +3
-2
lines changed
src/plugins/intel_cpu/tests/functional/shared_tests_instances
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
//
4
4
5
+ #include " openvino/core/visibility.hpp"
5
6
#include " functional_test_utils/skip_tests_config.hpp"
6
7
#include " openvino/runtime/system_conf.hpp"
7
8
@@ -214,9 +215,9 @@ std::vector<std::string> disabledTestPatterns() {
214
215
R"( ^smoke_Multinomial(?:Static|Dynamic)+(?:Log)*.*seed_g=0_seed_o=0.*device=CPU.*)" ,
215
216
// Issue: 129025
216
217
R"( .*smoke_CpuExecNetworkCheck.*StreamsHasHigherPriorityThanLatencyHint.*)" ,
217
- #ifdef OPENVINO_ARCH_32_BIT
218
+ #if defined(OPENVINO_ARCH_ARM)
218
219
// 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_.*)"
220
221
#endif
221
222
};
222
223
You can’t perform that action at this time.
0 commit comments