diff --git a/src/common/transformations/tests/utils/compress_quantize_weights.cpp b/src/common/transformations/tests/utils/compress_quantize_weights.cpp index e3c261949f61ef..a5f682873e8792 100644 --- a/src/common/transformations/tests/utils/compress_quantize_weights.cpp +++ b/src/common/transformations/tests/utils/compress_quantize_weights.cpp @@ -85,7 +85,7 @@ class CompressQuantizeWeightsTests #ifdef OPENVINO_ARCH_ARM64 // Ticket: CVS-122397 TEST_P(CompressQuantizeWeightsTests, DISABLED_FusionTest) {} -#elseg +#else TEST_P(CompressQuantizeWeightsTests, FusionTest) {} #endif