diff --git a/src/plugins/intel_gpu/tests/functional/behavior/model_cache.cpp b/src/plugins/intel_gpu/tests/functional/behavior/model_cache.cpp index 4c3a92e3e0b979..34ebfc887e339e 100644 --- a/src/plugins/intel_gpu/tests/functional/behavior/model_cache.cpp +++ b/src/plugins/intel_gpu/tests/functional/behavior/model_cache.cpp @@ -3,7 +3,6 @@ // #include -#include #include "base/ov_behavior_test_utils.hpp" #include "common_test_utils/common_utils.hpp" @@ -63,7 +62,7 @@ void CheckWeightlessCacheAccuracy::TearDown() { std::remove(xml_path.c_str()); std::remove(bin_path.c_str()); std::remove(cache_path.c_str()); - std::experimental::filesystem::remove_all(cache_dir); + ov::test::utils::removeDir(cache_dir); } void CheckWeightlessCacheAccuracy::run() {