From 158997aed6ff61461d10b95ba0e808a7a76f2e50 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 30 Jan 2020 13:50:36 +0000 Subject: IVGCVSW-4171 Temporarily disable DumpOutgoingValidFileEndToEnd unit test * Test causes intermittent failures on CI system * Temporarily disabled until fix is found Signed-off-by: Jan Eilers Change-Id: I689a4688d64040d557c63829a765d2c07c4fac3a --- src/profiling/test/FileOnlyProfilingDecoratorTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp b/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp index 4112dbac03..77d4d683b6 100644 --- a/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp +++ b/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp @@ -36,7 +36,7 @@ class FileOnlyHelperService : public ProfilingService BOOST_AUTO_TEST_SUITE(FileOnlyProfilingDecoratorTests) -BOOST_AUTO_TEST_CASE(DumpOutgoingValidFileEndToEnd) +BOOST_AUTO_TEST_CASE(DumpOutgoingValidFileEndToEnd, * boost::unit_test::disabled()) { // Create a temporary file name. boost::filesystem::path tempPath = boost::filesystem::temp_directory_path(); -- cgit v1.2.1