From f1f0f630c727588fecc0cf2833e76f39c7c9cdc6 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Wed, 27 Feb 2019 18:04:00 +0300 Subject: [PATCH] core: disable I/O perf test - can be enable separately if needed - not stable (due storage I/O processing) --- modules/core/perf/perf_io_base64.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/perf/perf_io_base64.cpp b/modules/core/perf/perf_io_base64.cpp index ebc9ee1..e6f7a68 100644 --- a/modules/core/perf/perf_io_base64.cpp +++ b/modules/core/perf/perf_io_base64.cpp @@ -12,7 +12,7 @@ typedef TestBaseWithParam Size_Mat_StrType; #define FILE_EXTENSION String(".xml"), String(".yml"), String(".json") -PERF_TEST_P(Size_Mat_StrType, fs_text, +PERF_TEST_P(Size_Mat_StrType, DISABLED_fs_text, testing::Combine(testing::Values(MAT_SIZES), testing::Values(MAT_TYPES), testing::Values(FILE_EXTENSION)) @@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text, SANITY_CHECK_NOTHING(); } -PERF_TEST_P(Size_Mat_StrType, fs_base64, +PERF_TEST_P(Size_Mat_StrType, DISABLED_fs_base64, testing::Combine(testing::Values(MAT_SIZES), testing::Values(MAT_TYPES), testing::Values(FILE_EXTENSION)) -- 2.7.4