modin
modin copied to clipboard
How to run tests marked as `exclude_by_default`?
Tests marked with exclude_by_default marker are not run at all in CI because they take a long time to execute. We need to choose how to run them - scheduled or manually.
When merging into master?
When merging into master?
Potentially yes, but we need to check how long they take. It may take too long for each push.