commit:     cff5bbba2b9f0bc10bfda75954729edf92941c89
Author:     Leo Douglas <douglarek <AT> gmail <DOT> com>
AuthorDate: Tue Jun 10 14:14:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 10:56:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff5bbba

app-editors/vim: fix glvs related tests in 9999

Signed-off-by: Leo Douglas <douglarek <AT> 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 <AT> gentoo.org>

 app-editors/vim/vim-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to