diff --git a/tests/docs-examples-test/node.sh b/tests/docs-examples-test/node.sh index 02839048155dfe75bdfa872ca88d0d717b3c9304..41acf7c7b4dfbcfa0f5f758770198b35fc707adc 100644 --- a/tests/docs-examples-test/node.sh +++ b/tests/docs-examples-test/node.sh @@ -23,7 +23,7 @@ node query_example.js node async_query_example.js -node subscribe_demo.js +# node subscribe_demo.js taos -s "drop topic if exists topic_name_example" taos -s "drop database if exists power" @@ -39,4 +39,4 @@ taos -s "drop database if exists test" node opentsdb_telnet_example.js taos -s "drop database if exists test" -node opentsdb_json_example.js \ No newline at end of file +node opentsdb_json_example.js