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

skip testBasicSortTests in general #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kelledin
Copy link

Expanding on our current Python3-specific disable: I'm also seeing this test fail randomly, in exactly the same way, on Python 2.7.15 (custom Linux 4.16.18). FWIW it seems to fail most commonly on 32-bit ARM (soft and hard float) and AArch64-ILP32; I have yet to see it fail on AArch64 or x86[-64].

Also, let's consistently use testtools skip decorators. We aren't even guaranteed to have unittest2 if we don't put it in the reqs, and other test code is already supposed to cope with this gracefully.

@jelmer
Copy link
Member

jelmer commented Sep 1, 2023

please take a look at the merge conflicts; looks like it's just removing six at this point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants