diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index a68b0b5f7f945cb601ae3c2f8d2fd091d279f924..06ececce55cdcaf6d8aecc504cf9ea40063a01cf 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -814,8 +814,6 @@ short-benchmark-polkadot:          &short-bench
       artifacts:                   true
   variables:
     RUNTIME:                       polkadot
-  # FIXME: https://github.com/paritytech/substrate/pull/11109
-  allow_failure:                   true
   script:
     - ./artifacts/polkadot benchmark --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1
 
@@ -823,6 +821,8 @@ short-benchmark-kusama:
   <<:                              *short-bench
   variables:
     RUNTIME:                       kusama
+  # FIXME: https://github.com/paritytech/substrate/issues/11130
+  allow_failure:                   true
 
 short-benchmark-westend:
   <<:                              *short-bench