diff --git a/polkadot/scripts/ci/gitlab/pipeline/build.yml b/polkadot/scripts/ci/gitlab/pipeline/build.yml
index 1553456a9e7bb16113de91202a103363d9d0bd76..454e6289aa43009ab2893d249d1e863022ece80d 100644
--- a/polkadot/scripts/ci/gitlab/pipeline/build.yml
+++ b/polkadot/scripts/ci/gitlab/pipeline/build.yml
@@ -53,9 +53,11 @@ check-transaction-versions:
     - npm install --ignore-scripts -g @polkadot/metadata-cmp
     # Set git config
     - git config remote.origin.url "https://github.com/paritytech/polkadot.git"
-    - git fetch origin release
+    # - git fetch origin release
   script:
     - ./scripts/ci/gitlab/check_extrinsics_ordering.sh
+  # TODO: fixme, more info https://github.com/paritytech/polkadot/issues/6422
+  allow_failure:                   true
 
 build-test-collators:
   stage:                           build