File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -788,16 +788,16 @@ BUILD_VARIANTS.push({
788788
789789// TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
790790// special case for serverless testing
791- BUILD_VARIANTS . push ( {
792- name : 'rhel8-test-serverless' ,
793- display_name : 'Serverless Test' ,
794- run_on : DEFAULT_OS ,
795- expansions : {
796- NODE_LTS_VERSION : LOWEST_LTS ,
797- NPM_VERSION : 9
798- } ,
799- tasks : [ 'serverless_task_group' ]
800- } ) ;
791+ // BUILD_VARIANTS.push({
792+ // name: 'rhel8-test-serverless',
793+ // display_name: 'Serverless Test',
794+ // run_on: DEFAULT_OS,
795+ // expansions: {
796+ // NODE_LTS_VERSION: LOWEST_LTS,
797+ // NPM_VERSION: 9
798+ // },
799+ // tasks: ['serverless_task_group']
800+ // });
801801
802802BUILD_VARIANTS . push ( {
803803 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments