Removed dirty skip from tests definitions (#1591)

This commit is contained in:
Ilya Lavrenov 2020-08-03 13:22:13 +03:00 committed by GitHub
parent f8513d8fd3
commit b58d03ae05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,12 +263,6 @@ TEST(IEClassBasicTest, smoke_createMockEngineConfigThrows) {
TEST_P(IEClassBasicTestP, smoke_registerPluginsXMLUnicodePath) {
SKIP_IF_CURRENT_TEST_IS_DISABLED()
// TODO: Issue: 31197 Remove this code
#if defined(_WIN32) || defined(_WIN64)
if (deviceName == CommonTestUtils::DEVICE_MYRIAD) {
GTEST_SKIP();
}
#endif
std::string pluginXML{"mock_engine_valid.xml"};
std::string content{"<ie><plugins><plugin name=\"mock\" location=\"libmock_engine.so\"></plugin></plugins></ie>"};
CommonTestUtils::createFile(pluginXML, content);