@@ -383,7 +383,7 @@ functions:
383
383
params :
384
384
shell : " bash"
385
385
working_dir : src/go.mongodb.org/mongo-driver
386
- 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"]
386
+ 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"]
387
387
script : |
388
388
${PREPARE_SHELL}
389
389
bash ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
@@ -2096,6 +2096,8 @@ axes:
2096
2096
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2097
2097
GO_DIST : " C:\\ golang\\ go1.22"
2098
2098
VENV_BIN_DIR : " Scripts"
2099
+ # CSOT tests are unreliable on our slow Windows hosts.
2100
+ SKIP_CSOT_TESTS : true
2099
2101
- id : " rhel87-64"
2100
2102
display_name : " RHEL 8.7"
2101
2103
run_on : rhel8.7-large
@@ -2107,6 +2109,8 @@ axes:
2107
2109
batchtime : 1440 # Run at most once per 24 hours.
2108
2110
variables :
2109
2111
GO_DIST : " /opt/golang/go1.22"
2112
+ # CSOT tests are unreliable on our slow macOS hosts.
2113
+ SKIP_CSOT_TESTS : true
2110
2114
2111
2115
# OSes that require >= 4.0 for SSL
2112
2116
- id : os-ssl-40
@@ -2120,6 +2124,8 @@ axes:
2120
2124
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2121
2125
GO_DIST : " C:\\ golang\\ go1.22"
2122
2126
VENV_BIN_DIR : " Scripts"
2127
+ # CSOT tests are unreliable on our slow Windows hosts.
2128
+ SKIP_CSOT_TESTS : true
2123
2129
- id : " rhel87-64"
2124
2130
display_name : " RHEL 8.7"
2125
2131
run_on : rhel8.7-large
@@ -2131,6 +2137,8 @@ axes:
2131
2137
batchtime : 1440 # Run at most once per 24 hours.
2132
2138
variables :
2133
2139
GO_DIST : " /opt/golang/go1.22"
2140
+ # CSOT tests are unreliable on our slow macOS hosts.
2141
+ SKIP_CSOT_TESTS : true
2134
2142
2135
2143
- id : ocsp-rhel-87
2136
2144
display_name : OS
@@ -2152,6 +2160,8 @@ axes:
2152
2160
GCC_PATH : " /cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin"
2153
2161
GO_DIST : " C:\\ golang\\ go1.22"
2154
2162
SKIP_ECS_AUTH_TEST : true
2163
+ # CSOT tests are unreliable on our slow Windows hosts.
2164
+ SKIP_CSOT_TESTS : true
2155
2165
- id : " ubuntu2004-64"
2156
2166
display_name : " Ubuntu 20.04"
2157
2167
run_on : ubuntu2004-test
@@ -2166,6 +2176,8 @@ axes:
2166
2176
SKIP_ECS_AUTH_TEST : true
2167
2177
SKIP_EC2_AUTH_TEST : true
2168
2178
SKIP_WEB_IDENTITY_AUTH_TEST : true
2179
+ # CSOT tests are unreliable on our slow macOS hosts.
2180
+ SKIP_CSOT_TESTS : true
2169
2181
2170
2182
- id : os-faas-80
2171
2183
display_name : OS
0 commit comments