From 85cb0f050dfebeb6d9c78e1cc6dc196b3a397825 Mon Sep 17 00:00:00 2001 From: Surya Sashank Nistala Date: Thu, 7 Sep 2023 01:10:58 -0700 Subject: [PATCH] turn off workflow setting for test Signed-off-by: Surya Sashank Nistala --- .../securityanalytics/resthandler/DetectorRestApiIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/opensearch/securityanalytics/resthandler/DetectorRestApiIT.java b/src/test/java/org/opensearch/securityanalytics/resthandler/DetectorRestApiIT.java index 454ac6e88..ff5ff9849 100644 --- a/src/test/java/org/opensearch/securityanalytics/resthandler/DetectorRestApiIT.java +++ b/src/test/java/org/opensearch/securityanalytics/resthandler/DetectorRestApiIT.java @@ -67,6 +67,7 @@ public void testNewLogTypes() throws IOException { @SuppressWarnings("unchecked") public void testDeletingADetector_MonitorNotExists() throws IOException { + updateClusterSetting(ENABLE_WORKFLOW_USAGE.getKey(), "false"); String index = createTestIndex(randomIndex(), windowsIndexMapping()); // Execute CreateMappingsAction to add alias mapping for index