[IE CLDNN] Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now (#4913)

This commit is contained in:
Wilson Seok 2021-03-26 14:35:06 +09:00 committed by GitHub
parent 4d2fc1c678
commit 3eac187e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*(PreprocessTest).*(ReverseInputChannelsPreProcessGetBlob).*)",
// TODO: Issue: 51764
".*PreprocessConversionTest.*",
// TODO: Issue: 41467 -- "unsupported element type f16 op Convert"
R"(.*(ConvertLayerTest).*targetPRC=FP16.*)",
// TODO: Issue: 41462
R"(.*(SoftMaxLayerTest).*axis=0.*)",
// TODO: Issue: 41461