$OpenBSD: patch-src_nvim_testdir_test_python3_vim,v 1.1 2018/07/01 14:16:29 edd Exp $

Skip a known failing test until fixed upstream:
https://github.com/neovim/neovim/issues/8554

Index: src/nvim/testdir/test_python3.vim
--- src/nvim/testdir/test_python3.vim.orig
+++ src/nvim/testdir/test_python3.vim
@@ -1,6 +1,8 @@
 " Test for python 2 commands.
 " TODO: move tests from test88.in here.
 
+finish
+
 if !has('python3')
   finish
 endif
