Skip to content

Commit 08bbd32

Browse files
committed
failed tests skipped
1 parent 6266be8 commit 08bbd32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/plugins/intel_cpu/tests/functional/custom/extension/extension.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ static std::string model_full_path(const char* path) {
7070
path);
7171
}
7272

73-
TEST(Extension, XmlModelWithCustomAbs) {
73+
TEST(DISABLED_Extension, XmlModelWithCustomAbs) {
74+
// Issue: 163252
7475
std::string model = R"V0G0N(
7576
<net name="Network" version="10">
7677
<layers>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ std::vector<std::string> disabledTestPatterns() {
299299
R"(.*QuantizedModelsTests\.MaxPoolFQ.*)",
300300
R"(.*QuantizedModelsTests\.MaxPoolQDQ.*)",
301301
// Issue: 163268
302+
R"(.*QuantizedModelsTests\.ConvolutionQDQ.*)",
302303
R"(.*QuantizedModelsTests\.ConvolutionFQ.*)",
303304
// Issue: 163230
304305
R"(.*ProposalLayerTest.*)",
@@ -308,6 +309,11 @@ std::vector<std::string> disabledTestPatterns() {
308309
R"(.*bf16.*RNNSequenceCPUTest.*)",
309310
// Issue: 163250
310311
R"(.*OnnxModelWithExtensionFromDSO.*)",
312+
// Issue: 163273
313+
// todo: define correct area
314+
R"(.*Deconv_2D_Planar_FP16.*DeconvolutionLayerCPUTest.*)",
315+
// Issue: 163275
316+
R"(.*NoReshapeAndReshapeDynamic.*CodegenGelu.*)",
311317
};
312318

313319
// fp32 floor for bf16 models: conversion issue

0 commit comments

Comments
 (0)