Skip to content

Commit

Permalink
Merge branch 'master' into private/tkrupa/enable_type_conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrupa-intel authored Nov 26, 2024
2 parents 4e93681 + 6d2e840 commit 9b761c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/intel_npu/tests/unit/npuw/online_partitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ TEST(OnlinePartitioningTest, Partitioning_Compiler_Compute_SmallModel) {
}

TEST(OnlinePartitioningTest, Partitioning_Compiler_Compute_RepeatedModel) {
// Disabling it for now, please enable it after fixing it
GTEST_SKIP() << "Skipping failing test";

ModelGenerator mg;
auto model = mg.get_model_with_repeated_blocks();

Expand Down

0 comments on commit 9b761c8

Please sign in to comment.