Browse Source

network-tests: avoid doing content-dir init outside scenarios

Mokhtar Naamani 4 years ago
parent
commit
f876a0d968
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tests/network-tests/run-tests.sh

+ 5 - 2
tests/network-tests/run-tests.sh

@@ -66,8 +66,11 @@ function cleanup() {
 trap cleanup EXIT
 
 # Initialize content-directory
-sleep 15
-yarn workspace cd-schemas initialize:dev
+# sleep 15
+# yarn workspace cd-schemas initialize:dev
+# NOTE: Skipping this step and let the scenarios do this setup instead
+# or align the scenario expectations of the initial state to match
+# with what we do here.
 
 if [ "$TARGET_RUNTIME" == "$RUNTIME" ]; then
   echo "Not Performing a runtime upgrade."