diff --git a/src/main/scripts/run_e2e_test.py b/src/main/scripts/run_e2e_test.py index 3a8bc2068..bb201ebb4 100644 --- a/src/main/scripts/run_e2e_test.py +++ b/src/main/scripts/run_e2e_test.py @@ -40,7 +40,7 @@ def run_shell_command(cmd): # Start CDAP sandbox print("Downloading CDAP sandbox") -sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.8.3-SNAPSHOT/cdap-sandbox-6.8.3-SNAPSHOT.zip" +sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.8.4/cdap-sandbox-6.8.4.zip" sandbox_dir = sandbox_url.split("/")[-1].split(".zip")[0] r = requests.get(sandbox_url) z = zipfile.ZipFile(io.BytesIO(r.content))