diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index fc98a2659f9127..b508f6f41b7065 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -121,11 +121,11 @@ const std::vector configsDevicePropertiesDouble = { // OV Class load and check network with ov::device::properties -INSTANTIATE_TEST_SUITE_P(smoke_CPU_OVClassCompileModelAndCheckSecondaryPropertiesTest, +INSTANTIATE_TEST_SUITE_P(nightly_CPU_OVClassCompileModelAndCheckSecondaryPropertiesTest, OVClassCompileModelAndCheckSecondaryPropertiesTest, ::testing::Combine(::testing::Values("CPU"), ::testing::ValuesIn(configsDeviceProperties))); -INSTANTIATE_TEST_SUITE_P(smoke_CPU_OVClassCompileModelAndCheckWithSecondaryPropertiesDoubleTest, +INSTANTIATE_TEST_SUITE_P(nightly_CPU_OVClassCompileModelAndCheckWithSecondaryPropertiesDoubleTest, OVClassCompileModelAndCheckSecondaryPropertiesTest, ::testing::Combine(::testing::Values("CPU"), ::testing::ValuesIn(configsDevicePropertiesDouble)));