Skip to content

Commit 335c9ea

Browse files
Merge branch '11.1.x' into 12.0.x by sp-gupta
2 parents 03792cf + 5299771 commit 335c9ea

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
@@ -14,6 +14,7 @@
1414
import org.junit.Before;
1515
import org.junit.Rule;
1616
import org.junit.Test;
17+
import org.junit.Ignore;
1718
import org.junit.experimental.categories.Category;
1819

1920
import java.time.Duration;
@@ -150,6 +151,7 @@ public void testConcurrentRequests() throws Exception {
150151
await().untilAsserted(() -> assertThat(blockingTransformer.requestCount()).isEqualTo(10));
151152
}
152153

154+
@Ignore("flaky")
153155
@Test
154156
public void testReadTimeout() throws Exception {
155157
wireMockRule.stubFor(post(urlPathEqualTo("/_bulk"))

0 commit comments

Comments
 (0)