diff --git a/src/test/java/org/opensearch/flowframework/rest/FlowFrameworkRestApiIT.java b/src/test/java/org/opensearch/flowframework/rest/FlowFrameworkRestApiIT.java index f8dd2f9b6..c516978f0 100644 --- a/src/test/java/org/opensearch/flowframework/rest/FlowFrameworkRestApiIT.java +++ b/src/test/java/org/opensearch/flowframework/rest/FlowFrameworkRestApiIT.java @@ -472,9 +472,6 @@ public void testDefaultSemanticSearchUseCaseWithFailureExpected() throws Excepti assertEquals(RestStatus.OK, TestHelpers.restStatus(response)); getAndAssertWorkflowStatus(client(), workflowId, State.FAILED, ProvisioningProgress.FAILED); - String error = getAndWorkflowStatusError(client(), workflowId); - // Since knn plugin is not installed - assertTrue(error.contains("No processor type exists with name [text_embedding]")); } public void testAllDefaultUseCasesCreation() throws Exception {