Removed dirty skip from tests definitions (#1591)
This commit is contained in:
parent
f8513d8fd3
commit
b58d03ae05
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user