[IE TESTS] Fix reg exp for issue 42029 (#2957)

This commit is contained in:
Irina Efode 2020-11-03 18:12:24 +03:00 committed by GitHub
parent 1144130b50
commit a66c728a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.*)",
};
}