summaryrefslogtreecommitdiff
path: root/spec/features/groups/container_registry_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/container_registry_spec.rb')
-rw-r--r--spec/features/groups/container_registry_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/groups/container_registry_spec.rb b/spec/features/groups/container_registry_spec.rb
index f5af9ba8b7b..7bef2dc9416 100644
--- a/spec/features/groups/container_registry_spec.rb
+++ b/spec/features/groups/container_registry_spec.rb
@@ -97,6 +97,8 @@ RSpec.describe 'Container Registry', :js do
expect(find('.modal .modal-title')).to have_content _('Remove tag')
find('.modal .modal-footer .btn-danger').click
end
+
+ it_behaves_like 'rejecting tags destruction for an importing repository on', tags: ['latest']
end
end