Rakefiles: temporarily disable tests for `jv:libgdbs` and `jv:vdb`
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 14 Nov 2019 12:05:31 +0000
changeset 281 987cd78c0e94
parent 280 c012c276634e
child 282 668f26396e1d
Rakefiles: temporarily disable tests for `jv:libgdbs` and `jv:vdb` As this project evolved, it requires some setup (custom GDB, pyparsing module). This setup is not yet automated, until done, disable tests as this should not hold back whole Smalltalk/X process.
specs/stx-jv.rbspec
--- a/specs/stx-jv.rbspec	Wed Nov 13 19:08:42 2019 +0000
+++ b/specs/stx-jv.rbspec	Thu Nov 14 12:05:31 2019 +0000
@@ -218,8 +218,13 @@
   package 'stx:libjava/tools', :test => true;
   package 'stx:goodies/regression', :test => true;
   package 'stx:libscm/mercurial', :test => true;
-  package 'jv:libgdbs/tests', :test => true;
-  package 'jv:vdb/tests', :test => true;
+  # Temporarily disable libgdbs/vdb tests. This needs a lot of
+  # setup (custom GDB, pyparsing package) and this setup is not
+  # yet automated. This should be enabled later or factored out
+  # to a separate job. Until done, disable it :-(
+  #
+  # package 'jv:libgdbs/tests', :test => true;
+  # package 'jv:vdb/tests', :test => true;
 
   tasks do
     # We need to checkout CharacterEncoderCodeGenerator from stx:goodies