Skip to content

PR: Skip some tests to make the suite more reliable (CI) #24042

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented Mar 25, 2025

Description of Changes

test_quotes_rename_ipy became too flaky on Mac.

Issue(s) Resolved

Fixes #

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @ccordoba12

@ccordoba12 ccordoba12 added this to the v6.0.5 milestone Mar 25, 2025
@ccordoba12 ccordoba12 self-assigned this Mar 25, 2025
@dalthviz dalthviz modified the milestones: v6.0.5, v6.0.6 Mar 25, 2025
That test started to fail frequently on that platform
@ccordoba12 ccordoba12 modified the milestones: v6.0.6, v6.0.5 Mar 26, 2025
@ccordoba12 ccordoba12 merged commit 5b30b09 into spyder-ide:master Apr 1, 2025
20 checks passed
@ccordoba12 ccordoba12 deleted the fix-tests branch April 1, 2025 00:56
@ccordoba12
Copy link
Member Author

@meeseeksdev please backport to 6.x

Copy link

lumberbot-app bot commented Apr 1, 2025

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 6.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 5b30b090f05e36c8c4bc4ca9d2f831250126d263
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #24042: PR: Skip some tests to make the suite more reliable (CI)'
  1. Push to a named branch:
git push YOURFORK 6.x:auto-backport-of-pr-24042-on-6.x
  1. Create a PR against branch 6.x, I would have named this PR:

"Backport PR #24042 on branch 6.x (PR: Skip some tests to make the suite more reliable (CI))"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

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.

2 participants