Exclude test failing on Ubuntu20 precommit scope (#6202)

This commit is contained in:
Alina Kladieva 2021-06-21 12:38:49 +03:00 committed by GitHub
parent 487aff7d7e
commit cd0ded7ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*IS=\(16\.16\.96\)\(96\)_eltwiseOpType=FloorMod_secondaryInputType=PARAMETER_opType=VECTOR_netPRC=FP32.*)",
// TODO: Issue CVS-57108
R"(.*QueryNetworkHETEROWithMULTINoThrow_V10.*)",
R"(.*QueryNetworkMULTIWithHETERONoThrow_V10.*)"
R"(.*QueryNetworkMULTIWithHETERONoThrow_V10.*)",
// TODO: Issue CVS-58162
R"(.*HoldersTestOnImportedNetwork\.CreateRequestWithCoreRemoved.*)"
};
}