From fb75454adf9c8ac03829514f377c469a784ebee2 Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Fri, 1 Jun 2018 00:05:28 +0200 Subject: [PATCH] Ignore TimerTest.testScheduleAtFixedRate --- cppignore.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cppignore.cmd b/cppignore.cmd index 5151fcabd..4206357e4 100644 --- a/cppignore.cmd +++ b/cppignore.cmd @@ -13,4 +13,5 @@ class CppUnit::TestCaller^.testTimer, ^ class CppUnit::TestCaller^.testFind, ^ class CppUnit::TestCaller^.testSleep, ^ class CppUnit::TestCaller^.testSendToReceiveFrom, ^ -class CppUnit::TestCaller^.testMTU, \ No newline at end of file +class CppUnit::TestCaller^.testMTU, ^ +class CppUnit::TestCaller^.testScheduleAtFixedRate, ^ \ No newline at end of file