Skip to content

Commit e45493f

Browse files
committed
CXX-1210 Temporarily disable integration tests on Windows
1 parent dca7dd6 commit e45493f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.mci.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66

77
cxx_driver_variables:
88

9-
## The basic set of tests to run on most buildvariants
9+
## The basic set of tests to run on most buildvariants.
1010
latest_test_list: &latest_tests
1111
- name: "compile"
1212
- name: "unit-test"
1313
- name: "integration-test-latest"
1414
- name: "integration-test-latest-with-auth"
1515
- name: "client-test-latest"
1616

17+
## The latest test list, temporarily trimmed down on Windows. TODO CXX-1210: Replace this with
18+
## 'latest_test_list' once the taskkill.exe issue in CXX-1210 has been resolved.
19+
windows_latest_test_list: &windows_latest_tests
20+
- name: "compile"
21+
- name: "unit-test"
22+
1723
## Same as above, but with the MMAPv1 storage engine.
1824
latest_test_with_mmapv1_list: &latest_tests_with_mmapv1
1925
- name: "compile"
@@ -733,7 +739,7 @@ buildvariants:
733739
<<: *with_msvc2010
734740
run_on:
735741
- windows-64-vs2010-compile
736-
tasks: *latest_tests
742+
tasks: *windows_latest_tests
737743

738744
## Windows 64-bit DEBUG DYNAMIC (msvc2010)
739745
## dynamic client and RT
@@ -749,7 +755,7 @@ buildvariants:
749755
<<: *with_msvc2010
750756
run_on:
751757
- windows-64-vs2010-compile
752-
tasks: *latest_tests
758+
tasks: *windows_latest_tests
753759

754760
## Windows 64-bit DYNAMIC (msvc2013)
755761
## dynamic client and RT
@@ -764,7 +770,7 @@ buildvariants:
764770
<<: *with_msvc2013
765771
run_on:
766772
- windows-64-vs2013-compile
767-
tasks: *latest_tests
773+
tasks: *windows_latest_tests
768774

769775
## Windows 64-bit (msvc2013) DYNAMIC-RT
770776
## static client, dynamic RT
@@ -779,7 +785,7 @@ buildvariants:
779785
<<: *with_msvc2013
780786
run_on:
781787
- windows-64-vs2013-compile
782-
tasks: *latest_tests
788+
tasks: *windows_latest_tests
783789

784790
## Windows 64-bit DYNAMIC (msvc2015)
785791
## dynamic client and RT
@@ -794,4 +800,4 @@ buildvariants:
794800
<<: *with_msvc2015
795801
run_on:
796802
- windows-64-vs2015-compile
797-
tasks: *latest_tests
803+
tasks: *windows_latest_tests

0 commit comments

Comments
 (0)