diff options
Diffstat (limited to 'dev-util/git-bug/git-bug-0.10.1.ebuild')
| -rw-r--r-- | dev-util/git-bug/git-bug-0.10.1.ebuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/dev-util/git-bug/git-bug-0.10.1.ebuild b/dev-util/git-bug/git-bug-0.10.1.ebuild index a923e6931b46..ee5f63cfa667 100644 --- a/dev-util/git-bug/git-bug-0.10.1.ebuild +++ b/dev-util/git-bug/git-bug-0.10.1.ebuild @@ -30,19 +30,10 @@ src_compile() { } src_test() { - local toskip=( - # Fails with FEATURES=network-sandbox - TestValidateProject - ) - - if ! use amd64 && ! use x86; then - # arch-dependent test, reported upstream - # https://github.com/git-bug/git-bug/issues/1591 - toskip+=( TestGitFileHandlers ) - fi - toskip="$(tr ' ' '|' <<< "${toskip[@]}")" - - CI=true ego test -v ./... -skip "${toskip}" + # TestValidateProject fails with FEATURES=network-sandbox + # TestGitFileHandlers appears to be brittle, see bug #982080 and + # https://github.com/git-bug/git-bug/issues/1591 + CI=true ego test -v ./... -skip "TestValidateProject|TestGitFileHandlers" } src_install() { |
