File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -450,9 +450,7 @@ tasks:
450
450
depends_on :
451
451
- name : check
452
452
variant : darwin
453
- # Remove the !.mlatest when this issue is resolved
454
- # https://jira.mongodb.org/browse/MONGOSH-592
455
- - name : " .unit-test !.mlatest"
453
+ - name : " .unit-test"
456
454
variant : darwin
457
455
- name : compile_artifact
458
456
variant : darwin
@@ -550,7 +548,7 @@ tasks:
550
548
vars :
551
549
node_js_version : " 14.15.1"
552
550
distribution_build_variant : win32msi
553
-
551
+
554
552
# VERIFICATION
555
553
- name : test_linux_artifact
556
554
depends_on :
@@ -567,7 +565,7 @@ tasks:
567
565
- func : test_linux_artifact
568
566
vars :
569
567
node_js_version : " 14.15.1"
570
-
568
+
571
569
# SMOKE TESTS
572
570
- name : pkg_test_ssh_win32
573
571
tags : ["smoke-test"]
@@ -696,7 +694,7 @@ tasks:
696
694
source_distribution_build_variant : darwin
697
695
- func : write_preload_script
698
696
- func : test_artifact_macos
699
-
697
+
700
698
# RELEASE TASKS
701
699
- name : release_draft
702
700
git_tag_only : true
You can’t perform that action at this time.
0 commit comments