diff --git a/spec/helpers/projects/ml/model_registry_helper_spec.rb b/spec/helpers/projects/ml/model_registry_helper_spec.rb index dbb0490e667a425db1c5040fbd74e43e93ba3555..6a39ad6ed13f99581e16db7150fb45cccc8df464 100644 --- a/spec/helpers/projects/ml/model_registry_helper_spec.rb +++ b/spec/helpers/projects/ml/model_registry_helper_spec.rb @@ -43,7 +43,7 @@ subject(:parsed) { Gitlab::Json.parse(helper.show_ml_model_data(model, user)) } - it 'generates the correct data' do + it 'generates the correct data', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/468667' do is_expected.to eq({ 'projectPath' => project.full_path, 'indexModelsPath' => "/#{project.full_path}/-/ml/models",