Skip to content

Commit

Permalink
[CPU][ARM] Remove skip tests for transpose (openvinotoolkit#25035)
Browse files Browse the repository at this point in the history
### Details:
 - Run tests 1000 times and can't reproduce it
### Tickets:
 - CVS-123019
  • Loading branch information
allnes authored Jun 17, 2024
1 parent 0e7313e commit e6e423c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,6 @@ std::vector<std::string> disabledTestPatterns() {
retVector.emplace_back(R"(smoke_NegativeQuantizedMatMulMultiplyFusion.*)");
// int8 specific
retVector.emplace_back(R"(smoke_Quantized.*)");

// Issue: 123019
retVector.emplace_back(R"(smoke_staticShapes4D.*INFERENCE_PRECISION_HINT=f16.*)");
retVector.emplace_back(R"(smoke_dynamicShapes4D.*INFERENCE_PRECISION_HINT=f16.*)");
// Issue: 124309
retVector.emplace_back(R"(.*InferRequestPreprocessConversionTest.*oLT=NHWC.*)");
retVector.emplace_back(R"(.*smoke_NoReshape/OVCompiledModelGraphUniqueNodeNamesTest.CheckUniqueNodeNames.*)");
Expand Down

0 comments on commit e6e423c

Please sign in to comment.