-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Disable test suites using UUID #9195
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
Conversation
Thanks for opening this pull request!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are too vast, as they are breaking the line with it_id
and indent all the test code. This makes it difficult to review the PR and ensure the there are no (accidental) changes in the test themselves.
For example:
it_id('75c39ae3-06ac-4354-b321-931e81c5a927')(
'properly set badges to 1 with complex query #2903 #3022',
Not sure where these line breaks come from, I assume from your local lint or prettier settings? I don't think it's our prettier printWidth: 100
(which we should remove anyway), because running npm run prettier
modifies a lot more unrelated code.
Edit: I'll go ahead and rewrite these changes...
When I pushed the PR, it ran eslint as part of the pre checks. Ran it again in my branch
And this is .eslintrc.json
Hopefully, I can configure these setting correctly and run with the fix option Let me know |
No worries; I'm correcting it in #9205, as to keep your PR unchanged for reference; found some other unrelated issues along the way too. I doubt it's eslint, I think it's prettier that creates the line breaks, because our lint-fix script doesn't create them neither |
Ok let me know.
But i swear prettier or eslint is reverting, imho
Ok |
It may be husky, it could be that prettier runs in the pre-commit handler. I'll go ahead and fix this... |
Superseded by #9205 |
Pull Request
This change uses the new testExclusionList feature to disable tests
Issue
Allows uptake of the new OracleStorageAdapter
Closes:
Approach
These are the testExclusions required for the OracleStorageAdapter
Tasks
None