aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_blob_ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_blob_ui.py')
-rw-r--r--tests/test_blob_ui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_blob_ui.py b/tests/test_blob_ui.py
index b30bba5..f60e914 100644
--- a/tests/test_blob_ui.py
+++ b/tests/test_blob_ui.py
@@ -7,6 +7,10 @@ which was a lie: loading had finished, there was simply nothing to land on.
Needs IDA (spawns a real worker). ~40s.
"""
+
+#: spawns a real worker on a raw blob and drives the pilot.
+#: Read by tests/run.py (--fast skips every NEEDS_IDA file).
+NEEDS_IDA = True
import asyncio
import os
import sys