Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] test_ios → ✅: Update iOS Snapshots, remove tvOS tests, disable failing tests #22720

Closed
wants to merge 7 commits into from

Conversation

hramos
Copy link
Contributor

@hramos hramos commented Dec 20, 2018

The following tests are disabled in this PR:

I've added a comment regarding testWebSocketTest and how to ensure it passes locally.

This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent.

Test Plan:

Circle CI

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Tests This PR adds or edits a test case. labels Dec 20, 2018
@hramos
Copy link
Contributor Author

hramos commented Dec 20, 2018

cc @ronal2do I think testTimersTest stopped working as of 61346d3 but it went undetected due to the issue I fixed in 5194495. I'll disable the test for now.

@hramos hramos force-pushed the disable-tests-objc branch 2 times, most recently from 69b3e99 to 1463a77 Compare December 20, 2018 07:37
@hramos hramos changed the title [CI] Disable failing test_objc tests [CI] Fix iOS SST, disable remaining failing test_objc tests Dec 20, 2018
@hramos hramos added the 🔩Test Infrastructure Test infrastructure and continuous integration. label Dec 20, 2018
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Dec 20, 2018
@ronal2do
Copy link
Contributor

@hramos, Thanks for let me know, I will try to identify and solve.

@hramos hramos force-pushed the disable-tests-objc branch from a3b64e6 to a004e48 Compare December 20, 2018 18:20
@hramos hramos changed the title [CI] Fix iOS SST, disable remaining failing test_objc tests [CI] test_ios → ✅: Update iOS Snapshots, remove tvOS tests, disable failing tests Dec 20, 2018
@react-native-bot react-native-bot added the Platform: tvOS tvOS applications. label Dec 20, 2018
@facebook-github-bot facebook-github-bot added the Import Started This pull request has been imported. This does not imply the PR has been approved. label Dec 20, 2018
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

@hramos merged commit 86d0611 into facebook:master.

@facebook facebook locked as resolved and limited conversation to collaborators Dec 20, 2018
@react-native-bot react-native-bot added the Merged This PR has been merged. label Dec 20, 2018
@hramos hramos deleted the disable-tests-objc branch December 21, 2018 23:13
grabbou pushed a commit that referenced this pull request Dec 24, 2018
…g tests (#22720)

Summary:
The following tests are disabled in this PR:

- testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in #22695
- testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in #22697

I've added a comment regarding testWebSocketTest and how to ensure it passes locally.

This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent.
Pull Request resolved: #22720

Differential Revision: D13532788

Pulled By: hramos

fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
@hramos hramos removed Import Started This pull request has been imported. This does not imply the PR has been approved. labels Feb 6, 2019
t-nanava pushed a commit to microsoft/react-native-macos that referenced this pull request Jun 17, 2019
…g tests (facebook#22720)

Summary:
The following tests are disabled in this PR:

- testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in facebook#22695
- testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in facebook#22697

I've added a comment regarding testWebSocketTest and how to ensure it passes locally.

This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent.
Pull Request resolved: facebook#22720

Differential Revision: D13532788

Pulled By: hramos

fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
rozele pushed a commit to microsoft/react-native-windows that referenced this pull request Jul 18, 2019
…g tests (#22720)

Summary:
The following tests are disabled in this PR:

- testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in facebook/react-native#22695
- testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in facebook/react-native#22697

I've added a comment regarding testWebSocketTest and how to ensure it passes locally.

This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent.
Pull Request resolved: facebook/react-native#22720

Differential Revision: D13532788

Pulled By: hramos

fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Platform: iOS iOS applications. Platform: tvOS tvOS applications. 🔩Test Infrastructure Test infrastructure and continuous integration. Tests This PR adds or edits a test case.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants