Add SKIP_IF_CURRENT_TEST_IS_DISABLED macros for needed cases (#11335)
This commit is contained in:
parent
c795382b1f
commit
7d0750fa2a
@ -265,6 +265,9 @@ TEST_P(RemoteBlob_Test, smoke_canInferOnUserQueue_out_of_order) {
|
|||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
GTEST_SKIP();
|
GTEST_SKIP();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SKIP_IF_CURRENT_TEST_IS_DISABLED()
|
||||||
|
|
||||||
CNNNetwork net(fn_ptr);
|
CNNNetwork net(fn_ptr);
|
||||||
|
|
||||||
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);
|
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);
|
||||||
@ -360,6 +363,9 @@ TEST_P(RemoteBlob_Test, smoke_canInferOnUserQueue_in_order) {
|
|||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
GTEST_SKIP();
|
GTEST_SKIP();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SKIP_IF_CURRENT_TEST_IS_DISABLED()
|
||||||
|
|
||||||
CNNNetwork net(fn_ptr);
|
CNNNetwork net(fn_ptr);
|
||||||
|
|
||||||
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);
|
net.getInputsInfo().begin()->second->setLayout(Layout::NCHW);
|
||||||
|
Loading…
Reference in New Issue
Block a user