We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3b964 commit b28934cCopy full SHA for b28934c
plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java
@@ -483,6 +483,11 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
483
@Before
484
public void init() throws Exception {
485
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
+
491
Response response = TestHelper
492
.makeRequest(
493
client(),
0 commit comments