Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / tests / unit / stress_tests / stress_tests.cpp
index 5bb764f..28bba2f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -8,7 +8,6 @@
 
 using namespace std;
 
-#ifdef ENABLE_STRESS_UNIT_TESTS
 class StressTests : public ::testing::Test {
 protected:
     const std::string DUMMY_FILE_NAME = "Dummy.txt";
@@ -43,4 +42,3 @@ TEST_F(StressTests, checkBigFileSize) {
     DummyFileManager::deleteFile(DUMMY_FILE_NAME);
     ASSERT_EQ(size, BIG_FILE_SIZE);
 }
-#endif //ENABLE_STRESS_UNIT_TESTS