Skip to content

Commit

Permalink
animations issue - temporarily disabled the new idling resource to ch…
Browse files Browse the repository at this point in the history
…eck if the build still fails in ci
  • Loading branch information
silyevsk committed Jun 5, 2017
1 parent 5208cf0 commit 0576d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/ios/Detox/ReactNativeSupport.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void setupForTests()

[[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXJSTimerObservationIdlingResource new]];

[[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXAnimatedDisplayLinkIdlingResource new]];
// [[GREYUIThreadExecutor sharedInstance] registerIdlingResource:[WXAnimatedDisplayLinkIdlingResource new]];
}

@implementation ReactNativeSupport
Expand Down

0 comments on commit 0576d7b

Please sign in to comment.