patch 8.2.1402: s390x tests always fail

Problem:    s390x tests always fail.
Solution:   Temporarily disable s390x tests.
diff --git a/src/version.c b/src/version.c
index 15f4c06..697a47c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1402,
+/**/
     1401,
 /**/
     1400,