[CPU] Disable test case with sporadic failure. (#17256)

This commit is contained in:
Nikolay Shchegolev
2023-04-27 14:06:33 +04:00
committed by GitHub
parent c0767a7e27
commit 22bb3af7df

View File

@@ -169,6 +169,8 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*GridSampleLayerTestCPU.*(BILINEAR|BICUBIC).*(i32|i8).*)",
// 98151. Not valid sorting for slices in reference.
R"(.*UniqueLayerTestCPU.*axis.*True.*)",
// 109482. Sporadic failure.
R"(.*smoke_StaticSpaceToBatch_4D_parallel_block_edge.*)"
};
#if defined(OPENVINO_ARCH_X86)