From 0e0f916a1ad9f7a01f768372b9bd6131a2429b38 Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Fri, 13 Oct 2023 19:38:27 -0400 Subject: [PATCH] Disable nightly testing (#827) Signed-off-by: Sophia Guo --- pipelines/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/defaults.json b/pipelines/defaults.json index 15f348997..7d9d4f4e9 100644 --- a/pipelines/defaults.json +++ b/pipelines/defaults.json @@ -38,7 +38,7 @@ }, "testDetails" : { "enableReproducibleCompare" : false, - "enableTests" : true, + "enableTests" : false, "nightlyDefault" : [ "sanity.openjdk", "sanity.system",