We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57f0fa commit 06239adCopy full SHA for 06239ad
server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CpsDoesNotUseSkipUnavailableIT.java
@@ -30,6 +30,7 @@
30
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
31
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertResponse;
32
33
+// TODO: Move this test to the Serverless repo once the IT framework is ready there.
34
public class CpsDoesNotUseSkipUnavailableIT extends AbstractMultiClustersTestCase {
35
private static final String LINKED_CLUSTER_1 = "cluster-a";
36
0 commit comments