Skip to content

Commit ffd86b6

Browse files
committed
failed tests skipped
1 parent bac97dd commit ffd86b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ using namespace testing;
1919
using Device = std::string;
2020
using Config = ov::AnyMap;
2121
using CpuReservationTest = ::testing::Test;
22+
// Issue: 163348
2223
using DISABLED_CpuReservationTest = ::testing::Test;
2324

2425
TEST_F(DISABLED_CpuReservationTest, Mutiple_CompiledModel_Reservation) {
25-
// Issue: 163348
2626
std::vector<std::shared_ptr<ov::Model>> models;
2727
Config config = {ov::enable_profiling(true)};
2828
Device target_device(ov::test::utils::DEVICE_CPU);
@@ -58,7 +58,7 @@ TEST_F(DISABLED_CpuReservationTest, Mutiple_CompiledModel_Reservation) {
5858
}
5959
}
6060

61-
TEST_F(CpuReservationTest, Cpu_Reservation_NoAvailableCores) {
61+
TEST_F(DISABLED_CpuReservationTest, Cpu_Reservation_NoAvailableCores) {
6262
std::vector<std::shared_ptr<ov::Model>> models;
6363
Config config = {ov::enable_profiling(true)};
6464
Device target_device(ov::test::utils::DEVICE_CPU);
@@ -75,7 +75,7 @@ TEST_F(CpuReservationTest, Cpu_Reservation_NoAvailableCores) {
7575
}
7676

7777
#if defined(__linux__)
78-
TEST_F(CpuReservationTest, Cpu_Reservation_CpuPinning) {
78+
TEST_F(DISABLED_CpuReservationTest, Cpu_Reservation_CpuPinning) {
7979
std::vector<std::shared_ptr<ov::Model>> models;
8080
Config config = {ov::enable_profiling(true)};
8181
Device target_device(ov::test::utils::DEVICE_CPU);

0 commit comments

Comments
 (0)