Skip to content
Snippets Groups Projects
Commit f9008b67 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(wf-bss2-demos): disable full notebook execution at installtest time

parent 87542a3a
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ class WfBrainscales2Demos(Package):
@on_package_attributes(run_tests=True)
def installcheck(self):
self._set_collab_things()
self._run_notebooks()
# TODO (ECM): Provide a selection of notebooks that perform local-only tests.
#self._run_notebooks()
def test_notebooks(self):
self._set_collab_things()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment