From 7f64984ed5b3a82a049302e473b1e122fdcf0f6c Mon Sep 17 00:00:00 2001 From: Aleksandr Korolev Date: Mon, 5 Oct 2020 11:46:34 +0300 Subject: [PATCH] [IE TESTS] move MultipleAllocations test to nightly (#2512) Co-authored-by: kora6 --- .../plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), -- 2.7.4