Skip to content

Commit 3859d7b

Browse files
committed
failed tests skipped
1 parent 9830dc9 commit 3859d7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/compiled_model/cpu_reservation_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ using Device = std::string;
2020
using Config = ov::AnyMap;
2121
using CpuReservationTest = ::testing::Test;
2222

23-
TEST_F(CpuReservationTest, Mutiple_CompiledModel_Reservation) {
23+
TEST_F(DISABLED_CpuReservationTest, Mutiple_CompiledModel_Reservation) {
24+
// Issue: 163348
2425
std::vector<std::shared_ptr<ov::Model>> models;
2526
Config config = {ov::enable_profiling(true)};
2627
Device target_device(ov::test::utils::DEVICE_CPU);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ std::vector<std::string> disabledTestPatterns() {
314314
R"(.*Deconv_2D_Planar_FP16.*DeconvolutionLayerCPUTest.*)",
315315
// Issue: 163275
316316
R"(.*NoReshapeAndReshapeDynamic.*CodegenGelu.*)",
317-
// Issue: 163083
317+
// Issue: 163348
318318
R"(.*CpuReservationTest.*Mutiple_CompiledModel_Reservation.*)",
319319
// Issue: 163351
320320
R"(.*CoreThreadingTestsWithIter.*nightly_AsyncInfer_ShareInput.*)",

0 commit comments

Comments
 (0)