From: Aleksandr Korolev Date: Mon, 5 Oct 2020 08:46:34 +0000 (+0300) Subject: [IE TESTS] move MultipleAllocations test to nightly (#2512) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f64984ed5b3a82a049302e473b1e122fdcf0f6c;p=platform%2Fupstream%2Fdldt.git [IE TESTS] move MultipleAllocations test to nightly (#2512) Co-authored-by: kora6 --- diff --git a/inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp b/inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp index cd9f880..f9f03ef 100644 --- a/inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp +++ b/inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp @@ -9,7 +9,7 @@ using namespace LayerTestsDefinitions; const unsigned int g_BugAllocationLimit = 10000; namespace { - INSTANTIATE_TEST_CASE_P(smoke_BehaviorTests, MultipleAllocations, + INSTANTIATE_TEST_CASE_P(nightly_BehaviorTests, MultipleAllocations, ::testing::Combine( ::testing::Values(CommonTestUtils::DEVICE_MYRIAD), ::testing::Values(g_BugAllocationLimit)),