commit | 9c30f4389944810cf88154d25dfd9ea5737c19e6 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Aug 13 10:29:26 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 13 10:31:27 2023 +0200 |
tree | 4e5000e5c71d2f6176b461b115cc64967c7731b9 | |
parent | 2f339aad6c80e82d7c1237b402392065857174d4 [diff] [blame] |
patch 9.0.1702: Undo test is flaky Problem: Undo test is flaky. Solution: Apply filter and change time to "1 second ago" in both dumps. closes: #12771 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
diff --git a/src/version.c b/src/version.c index ddae454..fc6621f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1702, +/**/ 1701, /**/ 1700,