Skip to content

Commit

Permalink
revert enabling tests on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Aug 26, 2024
1 parent 63c4435 commit 5e170bc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<CompressQuantizeWeightsParams> params = {
{Shape{2, 3, 1, 1},
Expand Down

0 comments on commit 5e170bc

Please sign in to comment.