IVGCVSW-4171 Temporarily disable DumpOutgoingValidFileEndToEnd unit test
authorJan Eilers <jan.eilers@arm.com>
Thu, 30 Jan 2020 13:50:36 +0000 (13:50 +0000)
committerJames Conroy <james.conroy@arm.com>
Thu, 30 Jan 2020 14:34:40 +0000 (14:34 +0000)
* Test causes intermittent failures on CI system
* Temporarily disabled until fix is found

Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Change-Id: I689a4688d64040d557c63829a765d2c07c4fac3a

src/profiling/test/FileOnlyProfilingDecoratorTests.cpp

index 4112dba..77d4d68 100644 (file)
@@ -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();