We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bbd32 commit 9830dc9Copy full SHA for 9830dc9
src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
@@ -314,6 +314,10 @@ std::vector<std::string> disabledTestPatterns() {
314
R"(.*Deconv_2D_Planar_FP16.*DeconvolutionLayerCPUTest.*)",
315
// Issue: 163275
316
R"(.*NoReshapeAndReshapeDynamic.*CodegenGelu.*)",
317
+ // Issue: 163083
318
+ R"(.*CpuReservationTest.*Mutiple_CompiledModel_Reservation.*)",
319
+ // Issue: 163351
320
+ R"(.*CoreThreadingTestsWithIter.*nightly_AsyncInfer_ShareInput.*)",
321
};
322
323
// fp32 floor for bf16 models: conversion issue
0 commit comments