summaryrefslogtreecommitdiff
path: root/app-editors/vim/vim-9999.ebuild
diff options
context:
space:
mode:
authorLeo Douglas <douglarek@gmail.com>2025-06-10 22:14:47 +0800
committerSam James <sam@gentoo.org>2025-06-12 11:56:08 +0100
commitcff5bbba2b9f0bc10bfda75954729edf92941c89 (patch)
tree1bee1bcdb0cdd384d8d22295a90a592dca6c557d /app-editors/vim/vim-9999.ebuild
parent844cfec46198671bff9853b82dca26bf45315d8e (diff)
downloadgentoo-cff5bbba2b9f0bc10bfda75954729edf92941c89.tar.gz
gentoo-cff5bbba2b9f0bc10bfda75954729edf92941c89.tar.bz2
gentoo-cff5bbba2b9f0bc10bfda75954729edf92941c89.zip
app-editors/vim: fix glvs related tests in 9999
Signed-off-by: Leo Douglas <douglarek@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42532 Closes: https://github.com/gentoo/gentoo/pull/42532 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r--app-editors/vim/vim-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index f1c06898cba1..9823492d4766 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -316,7 +316,9 @@ src_test() {
# Hangs.
# - Test_spelldump
# Hangs.
- export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\|Test_fuzzy_completion_env\|Test_term_mouse_multiple_clicks_to_select_mode\|Test_spelldump\)'
+ # - Test_glvs_*
+ # Depends on local network.
+ export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\|Test_fuzzy_completion_env\|Test_term_mouse_multiple_clicks_to_select_mode\|Test_spelldump\|Test_glvs_\)'
# Don't do additional GUI tests.
emake -j1 -C src/testdir nongui