@@ -377,7 +377,7 @@ functions:
377
377
params :
378
378
shell : " bash"
379
379
working_dir : src/go.mongodb.org/mongo-driver
380
- include_expansions_in_env : ["TOPOLOGY", "AUTH", "SSL", "MONGODB_URI", "CRYPT_SHARED_LIB_PATH", "SKIP_CRYPT_SHARED_LIB", "RACE", "MONGO_GO_DRIVER_COMPRESSOR", "REQUIRE_API_VERSION", "LOAD_BALANCER"]
380
+ include_expansions_in_env : ["TOPOLOGY", "AUTH", "SSL", "SKIP_CSOT_TESTS", " MONGODB_URI", "CRYPT_SHARED_LIB_PATH", "SKIP_CRYPT_SHARED_LIB", "RACE", "MONGO_GO_DRIVER_COMPRESSOR", "REQUIRE_API_VERSION", "LOAD_BALANCER"]
381
381
script : |
382
382
${PREPARE_SHELL}
383
383
bash ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
@@ -2090,6 +2090,8 @@ axes:
2090
2090
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2091
2091
GO_DIST : " C:\\ golang\\ go1.22"
2092
2092
VENV_BIN_DIR : " Scripts"
2093
+ # CSOT tests are unreliable on our slow Windows hosts.
2094
+ SKIP_CSOT_TESTS : true
2093
2095
- id : " rhel87-64"
2094
2096
display_name : " RHEL 8.7"
2095
2097
run_on : rhel8.7-large
@@ -2101,6 +2103,8 @@ axes:
2101
2103
batchtime : 1440 # Run at most once per 24 hours.
2102
2104
variables :
2103
2105
GO_DIST : " /opt/golang/go1.22"
2106
+ # CSOT tests are unreliable on our slow macOS hosts.
2107
+ SKIP_CSOT_TESTS : true
2104
2108
2105
2109
# OSes that require >= 4.0 for SSL
2106
2110
- id : os-ssl-40
@@ -2114,6 +2118,8 @@ axes:
2114
2118
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2115
2119
GO_DIST : " C:\\ golang\\ go1.22"
2116
2120
VENV_BIN_DIR : " Scripts"
2121
+ # CSOT tests are unreliable on our slow Windows hosts.
2122
+ SKIP_CSOT_TESTS : true
2117
2123
- id : " rhel87-64"
2118
2124
display_name : " RHEL 8.7"
2119
2125
run_on : rhel8.7-large
@@ -2125,6 +2131,8 @@ axes:
2125
2131
batchtime : 1440 # Run at most once per 24 hours.
2126
2132
variables :
2127
2133
GO_DIST : " /opt/golang/go1.22"
2134
+ # CSOT tests are unreliable on our slow macOS hosts.
2135
+ SKIP_CSOT_TESTS : true
2128
2136
2129
2137
- id : ocsp-rhel-87
2130
2138
display_name : OS
@@ -2146,6 +2154,8 @@ axes:
2146
2154
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2147
2155
GO_DIST : " C:\\ golang\\ go1.22"
2148
2156
SKIP_ECS_AUTH_TEST : true
2157
+ # CSOT tests are unreliable on our slow Windows hosts.
2158
+ SKIP_CSOT_TESTS : true
2149
2159
- id : " ubuntu2004-64"
2150
2160
display_name : " Ubuntu 20.04"
2151
2161
run_on : ubuntu2004-test
@@ -2160,6 +2170,8 @@ axes:
2160
2170
SKIP_ECS_AUTH_TEST : true
2161
2171
SKIP_EC2_AUTH_TEST : true
2162
2172
SKIP_WEB_IDENTITY_AUTH_TEST : true
2173
+ # CSOT tests are unreliable on our slow macOS hosts.
2174
+ SKIP_CSOT_TESTS : true
2163
2175
2164
2176
- id : os-faas-80
2165
2177
display_name : OS
0 commit comments