We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f327b commit d8d6f43Copy full SHA for d8d6f43
1 file changed
.evergreen/generate_evergreen_tasks.js
@@ -864,7 +864,7 @@ BUILD_VARIANTS.push({
864
name: 'windows-nodeless',
865
display_name: 'Windows Nodeless',
866
run_on: WINDOWS_OS,
867
- // TODO(NODE-7500): Investigate why those tests are failing to setup (missing haproxy)
+ // haproxy doesn't have windows installation
868
tasks: nodelessTasks.filter(
869
t => !['test-latest-load-balanced', 'test-rapid-load-balanced'].includes(t)
870
),
0 commit comments