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 a990b19 commit 672efcdCopy full SHA for 672efcd
src/test/groovy/io/elastic/jdbc/JdbcCredentialsVerifierSpec.groovy
@@ -2,8 +2,10 @@ package io.elastic.jdbc
2
3
import com.google.gson.JsonObject
4
import io.elastic.api.InvalidCredentialsException
5
+import spock.lang.Ignore
6
import spock.lang.Specification
7
8
+@Ignore
9
class JdbcCredentialsVerifierSpec extends Specification {
10
11
def "should verify successfully when connection succeeds"() {
0 commit comments