File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/plugins/intel_cpu/tests/functional Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments