diff tests/test_shm_csr.py @ 92:cf8ad181628f draft

planemo upload commit 36be3b053802693392f935e6619ba3f2b1704e3c
author rhpvorderman
date Mon, 12 Dec 2022 12:32:44 +0000
parents 6809c63d9161
children 8fcf31272f6e
line wrap: on
line diff
--- a/tests/test_shm_csr.py	Wed Feb 02 10:57:36 2022 +0000
+++ b/tests/test_shm_csr.py	Mon Dec 12 12:32:44 2022 +0000
@@ -69,7 +69,11 @@
     filter_unique_count = '2'
     class_filter = '70_70'
     empty_region_filter = 'FR1'
-    fast = 'no'
+    # Skip baseline and changeo by default. These tools cannot be modified
+    # anyway and take most of the test time to execute. The environment
+    # variable can be set to "no" on the CI so the code path is tested
+    # at the time a PR is ready.
+    fast = os.environ.get("SHM_CSR_FAST", "yes")
     cmd = [
         "bash",
         wrapper,