Skip to content

Commit 773a3ca

Browse files
committed
CXX-1213 Temporarily disable auth integration tests
1 parent 5f9fc0c commit 773a3ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.mci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ cxx_driver_variables:
1111
- name: "compile"
1212
- name: "unit-test"
1313
- name: "integration-test-latest"
14-
- name: "integration-test-latest-with-auth"
14+
# The auth integration tests are temporary disabled. TODO CXX-1213: Uncomment the below line
15+
# once the mongo-orchestration issue in CXX-1213 has been resolved.
16+
# - name: "integration-test-latest-with-auth"
1517
- name: "client-test-latest"
1618

1719
## The latest test list, temporarily trimmed down on Windows. TODO CXX-1210: Replace this with
@@ -31,7 +33,9 @@ cxx_driver_variables:
3133
- name: "compile"
3234
- name: "unit-test"
3335
- name: "integration-test-latest-with-MMAPv1"
34-
- name: "integration-test-latest-with-auth-and-MMAPv1"
36+
# The auth integration tests are temporary disabled. TODO CXX-1213: Uncomment the below line
37+
# once the mongo-orchestration issue in CXX-1213 has been resolved.
38+
# - name: "integration-test-latest-with-auth-and-MMAPv1"
3539
- name: "client-test-latest-with-MMAPv1"
3640

3741
## Note that the in 3.0, the default storage engine is MMAPv1 and

0 commit comments

Comments
 (0)