Add SKIP_IF_CURRENT_TEST_IS_DISABLED macros for needed cases (#11335)

This commit is contained in:
Alina Kladieva 2022-03-31 11:12:19 +03:00 committed by GitHub
parent c795382b1f
commit 7d0750fa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,6 +265,9 @@ TEST_P(RemoteBlob_Test, smoke_canInferOnUserQueue_out_of_order) {
#if defined _WIN32
GTEST_SKIP();
#endif
SKIP_IF_CURRENT_TEST_IS_DISABLED()
CNNNetwork net(fn_ptr);
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);
@ -360,6 +363,9 @@ TEST_P(RemoteBlob_Test, smoke_canInferOnUserQueue_in_order) {
#if defined _WIN32
GTEST_SKIP();
#endif
SKIP_IF_CURRENT_TEST_IS_DISABLED()
CNNNetwork net(fn_ptr);
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);