File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments