Skip to content

Commit fcf293b

Browse files
committed
Disable known failures in distro CI
1 parent 4b6cd64 commit fcf293b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI-distro.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ jobs:
5959
exclude:
6060
- gap-package: 'atlasrep' # random gc-related segfaults during testing
6161
- gap-package: 'autodoc' # tries and fails to build its own documentation, inside the (partially write protected) artifacts dir
62+
- gap-package: 'crystcat' # known test failures, will be fixed by https://github.com/gap-packages/crystcat/pull/14
63+
- gap-package: 'ctbllib' # random gc-related segfaults during testing
6264
- gap-package: 'example' # no jll
6365
- gap-package: 'examplesforhomalg' # `Error, found no GAP executable in PATH`
66+
- gap-package: 'groupoids' # `Segmentation fault (Invalid permissions for mapped object)` after passing all tests
6467
- gap-package: 'hap' # `polymake command not found. Please set POLYMAKE_COMMAND by hand`
6568
- gap-package: 'hapcryst' # `polymake command not found. Please set POLYMAKE_COMMAND by hand`
6669
- gap-package: 'help' # test failure in HeLP-4.0/tst/yes_4ti2.tst:39
@@ -71,7 +74,10 @@ jobs:
7174
- gap-package: 'polymaking' # `polymake command not found. Please set POLYMAKE_COMMAND by hand`
7275
- gap-package: 'profiling' # segfaults during testing
7376
- gap-package: 'ringsforhomalg' # `Error, found no GAP executable in PATH`
77+
- gap-package: 'semigroups' # `Segmentation fault (Invalid permissions for mapped object)` after passing all tests
78+
- gap-package: 'wedderga' # known test failures, will be fixed by https://github.com/gap-packages/wedderga/pull/110
7479
- gap-package: 'xgap' # no jll
80+
- gap-package: 'xmod' # `Segmentation fault (Invalid permissions for mapped object)` after passing all tests
7581

7682
steps:
7783
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)