commit:     388878eada6591bceccde0ce1c4682b6be8a1790
Author:     Leo Douglas <douglarek <AT> gmail <DOT> com>
AuthorDate: Tue Jun 10 10:41:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 11:45:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388878ea

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

Closes: https://bugs.gentoo.org/957697
Signed-off-by: Leo Douglas <douglarek <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42530
Closes: https://github.com/gentoo/gentoo/pull/42530
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-editors/vim/vim-9.1.1436.ebuild 
b/app-editors/vim/vim-9.1.1436.ebuild
index 4cada8913d41..8a9dbe8eaf01 100644
--- a/app-editors/vim/vim-9.1.1436.ebuild
+++ b/app-editors/vim/vim-9.1.1436.ebuild
@@ -315,7 +315,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_\)'
 
        emake -j1 -C src/testdir nongui
 }

Reply via email to