File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -3968,11 +3968,6 @@ buildvariants:
39683968 - testk8soidc_task_group_eks
39693969 - testk8soidc_task_group_gke
39703970 - testk8soidc_task_group_aks
3971- - name : rhel8-test-atlas
3972- display_name : Atlas Cluster Tests
3973- run_on : rhel80-large
3974- tasks :
3975- - test_atlas_task_group
39763971 - name : rhel8-no-auth-tests
39773972 display_name : No Auth Tests
39783973 run_on : rhel80-large
Original file line number Diff line number Diff line change @@ -766,12 +766,13 @@ BUILD_VARIANTS.push({
766766 ]
767767} ) ;
768768
769- BUILD_VARIANTS . push ( {
770- name : 'rhel8-test-atlas' ,
771- display_name : 'Atlas Cluster Tests' ,
772- run_on : DEFAULT_OS ,
773- tasks : [ 'test_atlas_task_group' ]
774- } ) ;
769+ // TODO(NODE-7425): fix aws lambda test setup
770+ // BUILD_VARIANTS.push({
771+ // name: 'rhel8-test-atlas',
772+ // display_name: 'Atlas Cluster Tests',
773+ // run_on: DEFAULT_OS,
774+ // tasks: ['test_atlas_task_group']
775+ // });
775776
776777BUILD_VARIANTS . push ( {
777778 name : 'rhel8-no-auth-tests' ,
You can’t perform that action at this time.
0 commit comments