diff --git a/src/common/transformations/tests/utils/compress_quantize_weights.cpp b/src/common/transformations/tests/utils/compress_quantize_weights.cpp index 68c5381fc53754..e3c261949f61ef 100644 --- a/src/common/transformations/tests/utils/compress_quantize_weights.cpp +++ b/src/common/transformations/tests/utils/compress_quantize_weights.cpp @@ -82,7 +82,12 @@ class CompressQuantizeWeightsTests } }; +#ifdef OPENVINO_ARCH_ARM64 +// Ticket: CVS-122397 +TEST_P(CompressQuantizeWeightsTests, DISABLED_FusionTest) {} +#elseg TEST_P(CompressQuantizeWeightsTests, FusionTest) {} +#endif static std::vector params = { {Shape{2, 3, 1, 1},