diff options
Diffstat (limited to 'app-editors/vim/vim-8.2.3428-r1.ebuild')
-rw-r--r-- | app-editors/vim/vim-8.2.3428-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/vim/vim-8.2.3428-r1.ebuild b/app-editors/vim/vim-8.2.3428-r1.ebuild index c792713ca092..a47ad4b51b28 100644 --- a/app-editors/vim/vim-8.2.3428-r1.ebuild +++ b/app-editors/vim/vim-8.2.3428-r1.ebuild @@ -282,7 +282,9 @@ src_test() { # Looks in wrong location? (bug #742710) # - Test_job_tty_in_out # Fragile and depends on TERM(?) - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)' + # - Test_spelldump_bang + # Hangs. + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)' emake -j1 -C src/testdir nongui } |