1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: Disable UnitTests that can cause intermittent/host specific failures
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
Author: Francis Murtagh <francis.murtagh@arm.com>
X-Dgit-Generated: 20.08-1 fe56e5bcb46ddab8e7dd0855a5b8d14ed6c4cd95
---
--- armnn-20.08.orig/src/backends/backendsCommon/test/OptimizedNetworkTests.cpp
+++ armnn-20.08/src/backends/backendsCommon/test/OptimizedNetworkTests.cpp
@@ -266,7 +266,7 @@ BOOST_AUTO_TEST_CASE(OptimizeValidateWor
}
}
-BOOST_AUTO_TEST_CASE(OptimizeValidateWorkloadsDuplicateComputeDeviceWithFallback)
+BOOST_AUTO_TEST_CASE(OptimizeValidateWorkloadsDuplicateComputeDeviceWithFallback, * boost::unit_test::disabled())
{
// build up the structure of the network
armnn::INetworkPtr net(armnn::INetwork::Create());
--- armnn-20.08.orig/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
+++ armnn-20.08/src/profiling/test/FileOnlyProfilingDecoratorTests.cpp
@@ -152,7 +152,7 @@ BOOST_AUTO_TEST_CASE(TestFileOnlyProfili
}
}
-BOOST_AUTO_TEST_CASE(DumpOutgoingValidFileEndToEnd)
+BOOST_AUTO_TEST_CASE(DumpOutgoingValidFileEndToEnd, * boost::unit_test::disabled())
{
// Get all registered backends
std::vector<BackendId> suitableBackends = GetSuitableBackendRegistered();
|