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

Disable testOutOfNetwork, which is flaky #1217

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

joshuatbrown
Copy link
Contributor

@joshuatbrown joshuatbrown commented Jun 4, 2024

Issues covered

Disables SocialGraphTests.testOutOfNetwork(), which should be fixed and reenabled in #671.

Description

In addition to disabling another flaky test (which failed here), I moved all disabled tests to the test plan. You can see disabled tests in the test navigator in Xcode -- they're grayed out -- and you can filter by Disabled at the bottom:

Test Navigator Filter by Disabled
Screenshot 2024-06-04 at 11 51 25 AM Screenshot 2024-06-04 at 11 51 35 AM

This also gives us the ability to run disabled tests manually in Xcode by clicking the run icon next to them, or by filtering (as shown above), selecting them, and running them all.

How to test

Run unit tests

@joshuatbrown joshuatbrown added this pull request to the merge queue Jun 4, 2024
Merged via the queue into main with commit 23e330f Jun 4, 2024
7 of 8 checks passed
@joshuatbrown joshuatbrown deleted the devx/disable-flaky-test branch June 4, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants