diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateConversationActionIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateConversationActionIT.java index 0d909805b8..26f1486f3f 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateConversationActionIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateConversationActionIT.java @@ -36,7 +36,6 @@ public class RestMemoryCreateConversationActionIT extends MLCommonsRestTestCase @Before public void setupFeatureSettings() throws IOException { - super.setupSettings(); Response response = TestHelper .makeRequest( client(), diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateInteractionActionIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateInteractionActionIT.java index dbef57d81e..63f7093b6e 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateInteractionActionIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryCreateInteractionActionIT.java @@ -36,7 +36,6 @@ public class RestMemoryCreateInteractionActionIT extends MLCommonsRestTestCase { @Before public void setupFeatureSettings() throws IOException { - super.setupSettings(); Response response = TestHelper .makeRequest( client(), diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryDeleteConversationActionIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryDeleteConversationActionIT.java index 7633d30ac9..3bdb7ed213 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryDeleteConversationActionIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryDeleteConversationActionIT.java @@ -37,7 +37,6 @@ public class RestMemoryDeleteConversationActionIT extends MLCommonsRestTestCase @Before public void setupFeatureSettings() throws IOException { - super.setupSettings(); Response response = TestHelper .makeRequest( client(), diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetConversationsActionIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetConversationsActionIT.java index 5273f74472..4c95296b08 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetConversationsActionIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetConversationsActionIT.java @@ -37,7 +37,6 @@ public class RestMemoryGetConversationsActionIT extends MLCommonsRestTestCase { @Before public void setupFeatureSettings() throws IOException { - super.setupSettings(); Response response = TestHelper .makeRequest( client(), diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetInteractionsActionIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetInteractionsActionIT.java index ac269b5e7c..3272d4a991 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetInteractionsActionIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMemoryGetInteractionsActionIT.java @@ -37,7 +37,6 @@ public class RestMemoryGetInteractionsActionIT extends MLCommonsRestTestCase { @Before public void setupFeatureSettings() throws IOException { - super.setupSettings(); Response response = TestHelper .makeRequest( client(),