Skip to content

Commit

Permalink
Merge pull request #53 from chrisbra/typo
Browse files Browse the repository at this point in the history
Throw Skipped
  • Loading branch information
chrisbra authored Sep 6, 2023
2 parents b1dbb05 + 4bc44e6 commit 2269699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch/01-disable-test-crash.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index aa3068429..754682b5f 100644
func Test_crash1()
CheckNotBSD
+ if v:true
+ throw 'Disabling test on Vim-Appimage Repository'
+ throw 'Skipped: Disabling test on Vim-Appimage Repository'
+ endif

if !executable('sh')
Expand Down
2 changes: 1 addition & 1 deletion patch/02-disable-test-scrollbar.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index acc72f839..c87ed24cd 100644

func Test_scrollbars()
+ if v:true
+ throw 'Disabling test on Vim-Appimage Repository'
+ throw 'Skipped: Disabling test on Vim-Appimage Repository'
+ endif
" this test sometimes fails on CI
let g:test_is_flaky = 1
Expand Down

0 comments on commit 2269699

Please sign in to comment.