aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-01-30 13:50:36 +0000
committerJames Conroy <james.conroy@arm.com>2020-01-30 14:34:40 +0000
commit158997aed6ff61461d10b95ba0e808a7a76f2e50 (patch)
treefc0e216b89cba6d10be1f971e268cda33d3e4567
parentde80307c06986cc53cd1bd5a62fc08af1de7610f (diff)
downloadarmnn-158997aed6ff61461d10b95ba0e808a7a76f2e50.tar.gz
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 <jan.eilers@arm.com> Change-Id: I689a4688d64040d557c63829a765d2c07c4fac3a
-rw-r--r--src/profiling/test/FileOnlyProfilingDecoratorTests.cpp2
1 files changed, 1 insertions, 1 deletions
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();