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

Move ignores/skips to independent files #4977

Merged
merged 1 commit into from
Jul 12, 2017
Merged

Move ignores/skips to independent files #4977

merged 1 commit into from
Jul 12, 2017

Conversation

jfirebaugh
Copy link
Contributor

@jfirebaugh jfirebaugh commented Jul 12, 2017

Switch to separate ignores.json files in mapbox-gl-native and mapbox-gl-js for ignoring or skipping integration tests.

  • If you update the mapbox-gl-js pin in mapbox-gl-native and new tests need to be ignored, you no longer need to submit a separate PR to mapbox-gl-js.
  • If you fix a previously ignored test in mapbox-gl-native, you no longer need to submit a separate PR to mapbox-gl-js.
  • The merge order of PRs to mapbox-gl-native will no longer be constrained by changes to ignores.

This PR contains the gl-js side; gl-native side is in mapbox/mapbox-gl-native#9490.

cc @mapbox/gl


fs.writeFileSync('ignores-native.json', JSON.stringify(native, null, 2));
fs.writeFileSync('ignores-js.json', JSON.stringify(js, null, 2));
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this script, now that the ignores files exist?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I might need to run it again if the files changes before this PR merges, but I'll remove it before merging.

@jfirebaugh jfirebaugh merged commit 83c7fc2 into master Jul 12, 2017
@jfirebaugh jfirebaugh deleted the local-ignores branch July 12, 2017 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants