diff --git a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index 4ec4644818cf5c..cff64c4f9c458e 100644 --- a/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -643,7 +643,7 @@ INSTANTIATE_TEST_SUITE_P(nightly_IEClassGetMetricTest, ::testing::Values("GPU")); using OVGetMetricPropsTest_CACHING_PROPERTIES = OVClassBaseTestP; -TEST_P(OVGetMetricPropsTest_CACHING_PROPERTIES, GetMetricAndPrintNoThrow) { +TEST_P(OVGetMetricPropsTest_CACHING_PROPERTIES, smoke_GetMetricAndPrintNoThrow) { ov::Core ie = ov::test::utils::create_core(); std::vector caching_properties = {}; const std::vector expected_properties = { @@ -651,6 +651,9 @@ TEST_P(OVGetMetricPropsTest_CACHING_PROPERTIES, GetMetricAndPrintNoThrow) { ov::intel_gpu::execution_units_count.name(), ov::hint::inference_precision.name(), ov::hint::execution_mode.name(), + ov::hint::performance_mode.name(), + ov::hint::dynamic_quantization_group_size.name(), + ov::hint::activations_scale_factor.name() }; OV_ASSERT_NO_THROW(caching_properties = ie.get_property(target_device, ov::internal::caching_properties));