Skip to content

Commit b92f4c4

Browse files
Merge branch '12.0.x' into 13.0.x by sp-gupta
2 parents 2e97238 + 335c9ea commit b92f4c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/java/io/confluent/connect/elasticsearch/integration/ElasticsearchConnectorKerberosWithSslIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.junit.BeforeClass;
1212
import org.junit.Test;
1313
import org.junit.experimental.categories.Category;
14+
import org.junit.Ignore;
1415

1516
@Category(IntegrationTest.class)
1617
public class ElasticsearchConnectorKerberosWithSslIT extends ElasticsearchConnectorKerberosIT {
@@ -33,6 +34,7 @@ public void testKerberos() {
3334
helperClient = null;
3435
}
3536

37+
@Ignore("flaky")
3638
@Test
3739
public void testKerberosWithSsl() throws Exception {
3840
// Use IP address here because that's what the certificates allow

src/test/java/io/confluent/connect/elasticsearch/integration/ElasticsearchConnectorNetworkIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import org.junit.Before;
1414
import org.junit.Rule;
1515
import org.junit.Test;
16+
import org.junit.Ignore;
1617
import org.junit.experimental.categories.Category;
1718

1819
import java.time.Duration;
@@ -152,6 +153,7 @@ public void testConcurrentRequests() throws Exception {
152153
await().untilAsserted(() -> assertThat(blockingTransformer.requestCount()).isEqualTo(10));
153154
}
154155

156+
@Ignore("flaky")
155157
@Test
156158
public void testReadTimeout() throws Exception {
157159
wireMockRule.stubFor(post(urlPathEqualTo("/_bulk"))

0 commit comments

Comments
 (0)