[GNA] Run caching test (#5477)

This commit is contained in:
Andrey Dmitriev 2021-05-05 09:55:27 +03:00 committed by GitHub
parent 49c9f2e6b0
commit ffb3a4d32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*CachingSupport.*_(u8|i16)_.*)",
// TODO: Issue 51527
R"(.*CachingSupport.*_batch2_.*)",
// TODO: Issue 51526
R"(.*CachingSupport.*ConvPoolRelu.*)",
// TODO: Issue 51525
R"(.*CachingSupport.*KSOFunction.*)",
};