temporarily disable node tests

pull/22552/head
Jan Tattermusch 5 years ago
parent f930b0bdcc
commit 326939fb64
  1. 5
      tools/run_tests/helper_scripts/run_grpc-node.sh

@ -27,4 +27,7 @@ rm -rf ./../grpc-node
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
cd ./../grpc-node
./test-grpc-submodule.sh "$CURRENT_COMMIT"
echo "TODO(jtattermusch): Skipping grpc-node's ./test-grpc-submodule.sh $CURRENT_COMMIT"
echo "because it currently doesn't provide any useful signal."
echo "See b/152833238"
#./test-grpc-submodule.sh "$CURRENT_COMMIT"

Loading…
Cancel
Save