Skip to content

Commit 13751b5

Browse files
committed
Add excludes for failing tests / packages
1 parent 0f0bb8e commit 13751b5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,17 @@ jobs:
7979
# hadron-platform: linux
8080

8181
exclude:
82-
# Temporarily disable running on Windows and Linux
82+
# TODO: The RPM package require a docker container
8383
- package: linux_rpm
84+
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474
85+
- package: linux_tar
86+
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079620322
87+
- package: osx_dmg
88+
test: auto-update-from
89+
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079621700
90+
- package: windows_setup
91+
test: auto-update-from
92+
8493
runs-on: ${{ matrix.runs-on }}
8594
steps:
8695
- name: Checkout

0 commit comments

Comments
 (0)