Imported Upstream version 17.23.0
[platform/upstream/libzypp.git] / tests / zyppng / EventLoop_test.cc
index fd19b60..ef944dc 100644 (file)
@@ -48,7 +48,8 @@ BOOST_AUTO_TEST_CASE(eventloop)
     hitT4++;
 
     //timer deviation should not be too big, can only be tested on a singleShot timer
-    BOOST_REQUIRE_LE( t.now() - t.expires(), 3 );
+    // ma: disabled as OBS builder have quite big deviation >15
+    // BOOST_REQUIRE_LE( t.now() - t.expires(), 3 );
   });
 
   //convenience function to execute a function later