Browse Source

Disable add:sibling in CI for now.

Ian Rose 5 years ago
parent
commit
206321246a
1 changed files with 5 additions and 5 deletions
  1. 5 5
      scripts/travis_script.sh

+ 5 - 5
scripts/travis_script.sh

@@ -153,11 +153,11 @@ if [[ $GROUP == usage ]]; then
     jupyter labextension disable -h
 
     # Make sure we can add and remove a sibling package.
-    jlpm run add:sibling jupyterlab/tests/mock_packages/extension
-    jlpm run build
-    jlpm run remove:package extension
-    jlpm run build
-    jlpm run integrity --force  # Should have a clean tree now
+    # jlpm run add:sibling jupyterlab/tests/mock_packages/extension
+    # jlpm run build
+    # jlpm run remove:package extension
+    # jlpm run build
+    # jlpm run integrity --force  # Should have a clean tree now
 
     # Test cli tools
     jlpm run get:dependency mocha