Skip to content

Commit

Permalink
Revert "animations issue - temporarily disabled the new idling resour…
Browse files Browse the repository at this point in the history
…ce to check if the build still fails in ci"

This reverts commit 0576d7b.
  • Loading branch information
silyevsk committed Jun 5, 2017
1 parent 0576d7b commit 2e5c78d
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 2e5c78d

Please sign in to comment.