commit | c0f05d0bd1a3191598334fb11ad0394e1460877e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 17:44:48 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 17:44:48 2018 +0100 |
tree | fe56873fae08e2d91686ea718882ec569457128b | |
parent | f77af0e61339d553a0a41e3d19dd3fc89ba57fe8 [diff] [blame] |
patch 8.1.0530: channel and terminal tests that start a server can be flaky Problem: Channel and terminal tests that start a server can be flaky. Solution: Add all channel and terminal tests that start a server to the list of flaky tests.
diff --git a/src/version.c b/src/version.c index ebea70f..878891e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 530, +/**/ 529, /**/ 528,