We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98c971 commit 22d389fCopy full SHA for 22d389f
src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
@@ -312,6 +312,8 @@ std::vector<std::string> disabledTestPatterns() {
312
retVector.emplace_back(R"(.*smoke_AvgPoolV14_CPU_4D/AvgPoolingV14LayerCPUTest.CompareWithRefs.*)");
313
// Ticket: 168931
314
retVector.emplace_back(R"(.*smoke_Reduce_OneAxis_dynamic_CPU/ReduceCPULayerTest.CompareWithRefs.*)");
315
+ // Ticket: 178089
316
+ retVector.emplace_back(R"(.*smoke_ARM_StatefulSdpaBoolMask/StatefulSdpaBoolMaskTest.*)");
317
}
318
// invalid test: checks u8 precision for runtime graph, while it should be f32
319
retVector.emplace_back(R"(smoke_NegativeQuantizedMatMulMultiplyFusion.*)");
0 commit comments