Skip to content

Commit

Permalink
Disable add_output_performance test (openvinotoolkit#24376)
Browse files Browse the repository at this point in the history
### Details:
 - Disable add_output_performance test

### Tickets:
 - CVS-140440
 - CVS-140158
 - CVS-134286
  • Loading branch information
olpipi authored May 6, 2024
1 parent bc3b32b commit 4947369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/tests/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ TEST(model, add_output_port_to_result) {
}

TEST(model, add_output_performance) {
// skip this test due to CVS-140440
GTEST_SKIP() << "CVS-140440";
using namespace std::chrono;
auto test = [](int cnt, bool& timeout) -> size_t {
auto shape = ov::Shape{1, 1, 224, 224};
Expand Down

0 comments on commit 4947369

Please sign in to comment.