[IE TESTS] move MultipleAllocations test to nightly (#2512)
authorAleksandr Korolev <aleksandr.korolev@intel.com>
Mon, 5 Oct 2020 08:46:34 +0000 (11:46 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Oct 2020 08:46:34 +0000 (11:46 +0300)
Co-authored-by: kora6 <kora6@github.com>
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/stress_tests.cpp

index cd9f880..f9f03ef 100644 (file)
@@ -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)),