Skip to content

Commit f458322

Browse files
committed
Fix the incorrect changes during code rebase
1 parent 4c2ab58 commit f458322

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,6 @@ std::vector<std::string> disabledTestPatterns() {
481481
retVector.emplace_back(R"(.*smoke_RDFT_CPU_1D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(126\)\)_constAxes=true_axes=\(\(0\)\)_isInverse=false.*)");
482482
retVector.emplace_back(R"(.*smoke_RDFT_CPU_2D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(16.38\)\)_constAxes=true_axes=\(\(0.1\)\)_isInverse=false.*)");
483483
#endif
484-
if (!ov::with_cpu_x86_avx512_core()) {
485-
// Issue: MFDNN-12818
486-
retVector.emplace_back(
487-
R"(.*smoke_LPT/RecurrentCellTransformation.CompareWithRefImpl/f32_\[1,1,3\]_CPU_f32FQ_X_level=256_.*_FQ_W_level=255.*)");
488-
retVector.emplace_back(
489-
R"(.*smoke_static/ConvertFqRnnToQuantizedRnn.CompareWithRefs/Type=GRUSequence.*2.5.10.*2.1.4.*2.1.4.*)");
490-
}
491484
if (!ov::intel_cpu::hasHardwareSupport(ov::element::bf16)) {
492485
// on platforms which do not support bfloat16, we are disabling bf16 tests since there are no bf16 primitives,
493486
// tests are useless on such platforms

0 commit comments

Comments
 (0)