diff --git a/aztec-up/test/amm_flow.sh b/aztec-up/test/amm_flow.sh index ce664aca4f9a..a8440384a228 100755 --- a/aztec-up/test/amm_flow.sh +++ b/aztec-up/test/amm_flow.sh @@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install) # We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH. PS1=" " source ~/.bash_profile -# Sanity check lsp. -echo "Checking LSP..." -echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \ - | aztec-nargo lsp \ - | grep -q '"jsonrpc":"2.0"' -echo "LSP check passed." - -export LOG_LEVEL=debug - # Start sandbox and wait for port to open. aztec start --sandbox & sandbox_pid=$! diff --git a/aztec-up/test/bridge_and_claim.sh b/aztec-up/test/bridge_and_claim.sh index 56cec7d92cb5..749d02c25819 100755 --- a/aztec-up/test/bridge_and_claim.sh +++ b/aztec-up/test/bridge_and_claim.sh @@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install) # We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH. PS1=" " source ~/.bash_profile -# Sanity check lsp. -echo "Checking LSP..." -echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \ - | aztec-nargo lsp \ - | grep -q '"jsonrpc":"2.0"' -echo "LSP check passed." - -export LOG_LEVEL=debug - # Start sandbox and wait for port to open. aztec start --sandbox & sandbox_pid=$!