commit | e06a28f5e30f439545ac125d54ffc4e6bd6daada | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 23:24:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 23:24:12 2020 +0200 |
tree | 0d8ce1cd524a503059a6f72d27e68a6e710db9ce | |
parent | 2b72821924ff514727b60fb0b647d5caae8336f7 [diff] [blame] |
patch 8.2.0752: terminal in popup window test is a bit flaky Problem: Terminal in popup window test is a bit flaky. Solution: Wait for shell job status to be "run". Mark as flaky test.
diff --git a/src/version.c b/src/version.c index 0d0af78..3f67db4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750,