Skip to content

Commit 5b6e818

Browse files
authored
Remove stray references to MONGOC_CHECK_IPV6 (#1744)
1 parent 04027c0 commit 5b6e818

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.evergreen/scripts/run-tests.sh

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export MONGOC_TEST_URI="${URI}"
5454
export MONGOC_TEST_SERVER_LOG="json"
5555
export MONGOC_TEST_SKIP_MOCK="on"
5656
export MONGOC_TEST_IPV4_AND_IPV6_HOST="ipv4_and_ipv6.test.build.10gen.cc"
57-
export MONGOC_CHECK_IPV6="on"
5857

5958
# Only set creds if testing with Client Side Encryption.
6059
# libmongoc may build with CSE enabled (if the host has libmongocrypt installed)

CONTRIBUTING.md

-4
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ Some tests run against a local mock server, these can be skipped with:
227227

228228
* `MONGOC_TEST_SKIP_MOCK=on`
229229

230-
If you have started with MongoDB with `--ipv6`, you can test IPv6 with:
231-
232-
* `MONGOC_CHECK_IPV6=on`
233-
234230
The tests for mongodb+srv:// connection strings require some setup, see the
235231
Initial DNS Seedlist Discovery Spec. By default these connection strings are
236232
NOT tested, enable them with:

0 commit comments

Comments
 (0)