From 161a0a63190fb6c66df7fd4315b353b9abdf3a7a Mon Sep 17 00:00:00 2001 From: Oleg Pipikin Date: Thu, 15 Dec 2022 11:12:35 +0100 Subject: [PATCH] Disable clang format for lp transformation test for fix CI (#14629) --- src/common/low_precision_transformations/tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/low_precision_transformations/tests/CMakeLists.txt b/src/common/low_precision_transformations/tests/CMakeLists.txt index 8d514fb0936..fe26b552d86 100644 --- a/src/common/low_precision_transformations/tests/CMakeLists.txt +++ b/src/common/low_precision_transformations/tests/CMakeLists.txt @@ -36,7 +36,6 @@ ov_add_test_target( lptNgraphFunctions gmock INCLUDES ${CMAKE_CURRENT_SOURCE_DIR} - ADD_CLANG_FORMAT LABELS LP_TRANSFORMATIONS ) \ No newline at end of file