Skip to content

Commit

Permalink
Disable testScrollViewTest, use iPhone 6s for SST
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Dec 20, 2018
1 parent 2a4db10 commit 69b3e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ aliases:
- &boot-simulator-iphone
name: Boot iPhone Simulator
command: xcrun simctl boot "iPhone XS" || true
command: source scripts/.tests.env && xcrun simctl boot "$IOS_DEVICE" || true

- &boot-simulator-appletv
name: Boot Apple TV Simulator
command: xcrun simctl boot "Apple TV" || true
command: source scripts/.tests.env && xcrun simctl boot "$TVOS_DEVICE" || true

- &run-objc-ios-tests
name: iOS Test Suite
Expand Down
2 changes: 1 addition & 1 deletion RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (void)test##name \
RCT_TEST(ViewExample)
RCT_TEST(LayoutExample)
RCT_TEST(ARTExample)
RCT_TEST(ScrollViewExample)
// Disabled due to flakiness RCT_TEST(ScrollViewExample)
RCT_TEST(TextExample)
#if !TARGET_OS_TV
// No switch or slider available on tvOS
Expand Down

0 comments on commit 69b3e99

Please sign in to comment.