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 9321007 commit fe666d8Copy full SHA for fe666d8
driver-core/src/test/functional/com/mongodb/internal/connection/StreamSocketAddressSpecification.groovy
@@ -7,6 +7,7 @@ import com.mongodb.connection.BufferProvider
7
import com.mongodb.connection.SocketSettings
8
import com.mongodb.connection.SslSettings
9
import org.junit.experimental.categories.Category
10
+import spock.lang.Ignore
11
import spock.lang.IgnoreIf
12
import spock.lang.Specification
13
@@ -18,7 +19,7 @@ import static com.mongodb.ClusterFixture.getSslSettings
18
19
class StreamSocketAddressSpecification extends Specification {
20
21
@Category(Slow)
- @IgnoreIf({ getSslSettings().isEnabled() })
22
+ @Ignore
23
def 'should successfully connect with working ip address group'() {
24
given:
25
def port = 27017
0 commit comments