From 14e7647c876e81c3b2f776c96b9fca4c4287ff75 Mon Sep 17 00:00:00 2001 From: zosrothko Date: Mon, 18 Dec 2017 11:48:27 +0100 Subject: [PATCH] Add TimerTest.testScheduleInterval() (#2053) --- travis/ignored.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/travis/ignored.sh b/travis/ignored.sh index 6a601f901..69436dd5e 100644 --- a/travis/ignored.sh +++ b/travis/ignored.sh @@ -7,5 +7,7 @@ export CPPUNIT_IGNORE="\ N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy, \ N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy, \ N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast, \ - N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync" + N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync, \ + N7CppUnit10TestCallerI9TimerTestEE.testScheduleInterval \ + "