diff --git a/spec/views/admin/application_settings/general.html.haml_spec.rb b/spec/views/admin/application_settings/general.html.haml_spec.rb
index 434ca8bf0e7bf9c7254371a96df677e6cb73f92b..c6255821031ca1c790cfe92fda807769f7db242f 100644
--- a/spec/views/admin/application_settings/general.html.haml_spec.rb
+++ b/spec/views/admin/application_settings/general.html.haml_spec.rb
@@ -6,7 +6,7 @@
   let(:app_settings) { build(:application_setting) }
   let(:user) { create(:admin) }
 
-  describe 'sourcegraph integration' do
+  describe 'sourcegraph integration', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/296933' } do
     let(:sourcegraph_flag) { true }
 
     before do