Browse Source

removed cli assertions

ignazio 3 years ago
parent
commit
8d257d923c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      tests/network-tests/run-migration-tests.sh

+ 0 - 7
tests/network-tests/run-migration-tests.sh

@@ -290,13 +290,6 @@ function main {
     # a new block is produced every 6 sec
     sleep 600
     
-    # verify that the number of outstanding channels & videos == 0
-    # if ( $POST_MIGRATION_CLI_ASSERTIONS ); then
-    # 	# verify assertion using cli
-    # 	echo "***** POST MIGRATION CLI *****"
-    # 	post_migration_cli
-    # fi
-    
     if ( $POST_MIGRATION_ASYNC_ASSERTIONS ); then
 	# verify assertion using typsecript
 	echo "***** POST MIGRATION TYPESCRIPT *****"