[IE TESTS] Fix reg exp for issue 42029 (#2957)
This commit is contained in:
parent
1144130b50
commit
a66c728a46
@ -35,6 +35,6 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
R"(.*TopKLayerTest.*k=10.*mode=min.*sort=index.*)",
|
||||
R"(.*TopKLayerTest.*k=5.*sort=(none|index).*)",
|
||||
// TODO: Issue: 42029
|
||||
R"(.*ExecGraphTests.CheckExecGraphInfoSerialization)",
|
||||
R"(.*BehaviorTests.*CheckExecGraphInfoSerialization.*)",
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user