From 0576d7b741f6eb35508791e31f5f173caad7c8b7 Mon Sep 17 00:00:00 2001 From: Sergey Ilyevsky Date: Mon, 5 Jun 2017 20:49:26 +0300 Subject: [PATCH] animations issue - temporarily disabled the new idling resource to check if the build still fails in ci --- detox/ios/Detox/ReactNativeSupport.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/ios/Detox/ReactNativeSupport.m b/detox/ios/Detox/ReactNativeSupport.m index f799c203be..ba34feb1c5 100644 --- a/detox/ios/Detox/ReactNativeSupport.m +++ b/detox/ios/Detox/ReactNativeSupport.m @@ -88,7 +88,7 @@ void setupForTests() [[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXJSTimerObservationIdlingResource new]]; - [[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXAnimatedDisplayLinkIdlingResource new]]; +// [[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXAnimatedDisplayLinkIdlingResource new]]; } @implementation ReactNativeSupport