Skip to content

Commit 22d389f

Browse files
committed
skip StatefulSdpaBoolMaskTest for Arm with tracking ticket since there is other issueneed to be root cause in Arm part
1 parent e98c971 commit 22d389f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ std::vector<std::string> disabledTestPatterns() {
312312
retVector.emplace_back(R"(.*smoke_AvgPoolV14_CPU_4D/AvgPoolingV14LayerCPUTest.CompareWithRefs.*)");
313313
// Ticket: 168931
314314
retVector.emplace_back(R"(.*smoke_Reduce_OneAxis_dynamic_CPU/ReduceCPULayerTest.CompareWithRefs.*)");
315+
// Ticket: 178089
316+
retVector.emplace_back(R"(.*smoke_ARM_StatefulSdpaBoolMask/StatefulSdpaBoolMaskTest.*)");
315317
}
316318
// invalid test: checks u8 precision for runtime graph, while it should be f32
317319
retVector.emplace_back(R"(smoke_NegativeQuantizedMatMulMultiplyFusion.*)");

0 commit comments

Comments
 (0)