Skip to content

Commit e9ac621

Browse files
authored
[CI Fix] Stop trying the rpm debuginfo tests (#961)
Stop trying the rpm debuginfo tests. They are now failing on centos - the only platform we test rpm on. rpmbuild is a death by 1000 cuts. We should move RPM support to a separate project and let the people who want it build it there.
1 parent 58a2052 commit e9ac621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ default_tests_with_rpm: &default_tests_with_rpm
3737
- "//pkg/..."
3838
- "//tests/..."
3939
- "//toolchains/..."
40+
# This has started to fail, even on CentOS.
41+
- "-//tests/rpm:test_golden_debuginfo_rpm_contents"
4042

4143
win_tests: &win_tests
4244
test_flags:

0 commit comments

Comments
 (0)