diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb
index 743769092f8f4d900fb46f4789f043d449246909..90985c625ed42d60e9b59d48b6bbe0bc552ee35b 100644
--- a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/code_suggestions_in_web_ide_spec.rb
@@ -98,12 +98,12 @@ module QA
             end
           end
 
-          context 'with no Duo Pro add-on', :ai_gateway_no_add_on do
+          context 'with no Duo Pro add-on', :blocking, :ai_gateway_no_add_on do
             it_behaves_like 'unauthorized', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/452450'
           end
         end
 
-        context 'with no license', :ai_gateway_no_license do
+        context 'with no license', :blocking, :ai_gateway_no_license do
           it_behaves_like 'unauthorized', 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/448662'
         end
       end