Skip to content

Commit ca430f2

Browse files
committed
disable linux_tar again
1 parent d1bf298 commit ca430f2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/test-installers.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- windows_msi
4242
- windows_setup
4343
- linux_deb
44-
- linux_tar
44+
# TODO(COMPASS-9061): Fix and enable the linux_tar smoke tests
45+
#- linux_tar
4546
- linux_rpm
4647
hadron-distribution:
4748
- compass
@@ -77,10 +78,11 @@ jobs:
7778
runs-on: ubuntu-latest
7879
arch: x64
7980
hadron-platform: linux
80-
- package: linux_tar
81-
runs-on: ubuntu-latest
82-
arch: x64
83-
hadron-platform: linux
81+
# TODO(COMPASS-9061): Fix and enable the linux_tar smoke tests
82+
#- package: linux_tar
83+
# runs-on: ubuntu-latest
84+
# arch: x64
85+
# hadron-platform: linux
8486
- package: linux_rpm
8587
runs-on: ubuntu-latest
8688
arch: x64

0 commit comments

Comments
 (0)