Skip to content

Commit fe666d8

Browse files
committed
Disable "should successfully connect with working ip address group" test
It started failing on Evergreen with a "java.net.SocketException: Network is unreachable" exception. JAVA-3064
1 parent 9321007 commit fe666d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver-core/src/test/functional/com/mongodb/internal/connection/StreamSocketAddressSpecification.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import com.mongodb.connection.BufferProvider
77
import com.mongodb.connection.SocketSettings
88
import com.mongodb.connection.SslSettings
99
import org.junit.experimental.categories.Category
10+
import spock.lang.Ignore
1011
import spock.lang.IgnoreIf
1112
import spock.lang.Specification
1213

@@ -18,7 +19,7 @@ import static com.mongodb.ClusterFixture.getSslSettings
1819
class StreamSocketAddressSpecification extends Specification {
1920

2021
@Category(Slow)
21-
@IgnoreIf({ getSslSettings().isEnabled() })
22+
@Ignore
2223
def 'should successfully connect with working ip address group'() {
2324
given:
2425
def port = 27017

0 commit comments

Comments
 (0)