File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -670,26 +670,26 @@ functions:
670670 eval $(.evergreen/print-compass-env.sh)
671671
672672 if [[ "$IS_WINDOWS" == "true" ]]; then
673- // TODO: windows_setup
674- // TODO: windows_msi
675- // TODO: windows_zip
673+ # TODO: windows_setup
674+ # TODO: windows_msi
675+ # TODO: windows_zip
676676 fi
677677
678678 if [[ "$IS_OSX" == "true" ]]; then
679679 echo "Disabling clipboard usage in e2e tests (TODO: https://jira.mongodb.org/browse/BUILD-14780)"
680680 export COMPASS_E2E_DISABLE_CLIPBOARD_USAGE="true"
681681 npm run --unsafe-perm --workspace compass-e2e-tests smoketest -- --package=osx_dmg
682- // TODO: osx_zip
682+ # TODO: osx_zip
683683 fi
684684
685685 if [[ "$IS_UBUNTU" == "true" ]]; then
686- // TODO: linux_deb
687- // TODO: linux_tar
686+ # TODO: linux_deb
687+ # TODO: linux_tar
688688 fi
689689
690690 if [[ "$IS_RHEL" == "true" ]]; then
691- // TODO: linux_rpm
692- // TODO: rhel_tar
691+ # TODO: linux_rpm
692+ # TODO: rhel_tar
693693 fi
694694
695695
You can’t perform that action at this time.
0 commit comments