Skip to content

Commit b28934c

Browse files
committed
Restore a change from RestMLRemoteInferenceIT.
Signed-off-by: Austin Lee <[email protected]>
1 parent fa3b964 commit b28934c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java

+5
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,11 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
483483
@Before
484484
public void init() throws Exception {
485485

486+
RestMLRemoteInferenceIT.disableClusterConnectorAccessControl();
487+
// TODO Do we really need to wait this long? This adds 20s to every test case run.
488+
// Can we instead check the cluster state and move on?
489+
Thread.sleep(20000);
490+
486491
Response response = TestHelper
487492
.makeRequest(
488493
client(),

0 commit comments

Comments
 (0)