Skip to content

Commit 95bf159

Browse files
committed
Fix the incorrect changes during code rebase
1 parent e8b25ab commit 95bf159

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

-7
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,6 @@ std::vector<std::string> disabledTestPatterns() {
491491
retVector.emplace_back(R"(.*smoke_RDFT_CPU_1D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(126\)\)_constAxes=true_axes=\(\(0\)\)_isInverse=false.*)");
492492
retVector.emplace_back(R"(.*smoke_RDFT_CPU_2D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(16.38\)\)_constAxes=true_axes=\(\(0.1\)\)_isInverse=false.*)");
493493
#endif
494-
if (!ov::with_cpu_x86_avx512_core()) {
495-
// Issue: MFDNN-12818
496-
retVector.emplace_back(
497-
R"(.*smoke_LPT/RecurrentCellTransformation.CompareWithRefImpl/f32_\[1,1,3\]_CPU_f32FQ_X_level=256_.*_FQ_W_level=255.*)");
498-
retVector.emplace_back(
499-
R"(.*smoke_static/ConvertFqRnnToQuantizedRnn.CompareWithRefs/Type=GRUSequence.*2.5.10.*2.1.4.*2.1.4.*)");
500-
}
501494
if (!ov::intel_cpu::hasHardwareSupport(ov::element::bf16)) {
502495
// on platforms which do not support bfloat16, we are disabling bf16 tests since there are no bf16 primitives,
503496
// tests are useless on such platforms

0 commit comments

Comments
 (0)