Skip to content

Commit

Permalink
Skip new added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MirceaDan99 committed Jul 24, 2024
1 parent 157e8c5 commit 2adf327
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,11 @@ std::vector<std::string> disabledTestPatterns() {
".*OVExecGraphSerializationTest.ExecutionGraph.*"
});

// [Tracking number: EISW-129376]
_skipRegistry.addPatterns("L0 memory tests not yet fixed in public driver", {
".*OVClassGetMetricAndPrintNoThrow.*VpuDeviceAllocMemSizeSame.*"
});

return _skipRegistry;
}();
// clang-format on
Expand Down

0 comments on commit 2adf327

Please sign in to comment.