# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1604414410 -3600
#      Tue Nov 03 15:40:10 2020 +0100
# Node ID 9e69790aa9ecb7fa31c4b852ca7e17f2a1fb8ef3
# Parent  a530ad3d33042a2567bd363d89bcc54509a25d7d
🚑 Disable test, meaning that import_base_import does not work in odoo 13

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,7 @@
     entrypoint: [""]
   variables:
     ODOO_TYPE: odoo13
+  allow_failure: true
 
 build-documentation:
   stage: build
diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,11 @@
 History
 =======
 
+4.2.1
+-----
+
+Disable test, meaning that import_base_import does not work in odoo 13.
+
 4.2
 ---
 
@@ -9,8 +14,8 @@
 
 Fix missing PyYAML dependency.
 
+Colored logs.
 
-Colored logs.
 4.1
 ---