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

bundler: Fix flaky specs by checking major version unlock only #3270

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

jurre
Copy link
Member

@jurre jurre commented Mar 15, 2021

These tests run bundler to check the latest version, but any time this
is updated the test would start to fail
(#3235). This change
makes sure that we only check that the version was unlocked by checking
the major version only. If a v3 is ever released this will fail again,
but at least it buys us a bit more time.

These tests run bundler to check the latest version, but any time this
is updated the test would start to fail
(#3235). This change
makes sure that we only check that the version was unlocked by checking
the major version only. If a v3 is ever released this will fail again,
but at least it buys us a bit more time.
@jurre jurre requested a review from a team as a code owner March 15, 2021 10:06
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