New comment by subnut on void-packages repository https://github.com/void-linux/void-packages/pull/47214#issuecomment-1809181615 Comment: one specific test case of a single test suite fails on github containers, simply because `gethostname()` isn't able to get the hostname of the github container that the test is running on. This causes the _whole_ test to fail. This problem isn't encountered on normal Void installations (as per my experience) Since this test fails only on GitHub CI, I use a workaround only on GitHub's CI. > a patch that is only applied in CI, which seems like something that should not be done So... what should I do? Should I completely disable tests in CI?