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

Mark tests as slow to enable separate running #229

Open
effigies opened this issue Nov 17, 2024 · 0 comments
Open

Mark tests as slow to enable separate running #229

effigies opened this issue Nov 17, 2024 · 0 comments

Comments

@effigies
Copy link
Member

Running locally (Python 3.12), these tests take >10s:

143.71s call     nitransforms/tests/test_surface.py::test_ProjectUnproject
61.60s call     nitransforms/tests/test_surface.py::test_SurfaceResampler
12.49s call     nitransforms/tests/test_resampling.py::test_apply_transformchain

On GHA (Python 3.12):

  273.08s call     nitransforms/tests/test_surface.py::test_ProjectUnproject
  101.45s call     nitransforms/tests/test_surface.py::test_SurfaceResampler

It would be good to mark these as slow, exclude from the default runs, and set up a separate CI job. This is the majority of the test runtime.

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

No branches or pull requests

1 participant