Commit 2d2ac339 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Mark this test as EE specific

parent bf6149a5
...@@ -150,6 +150,7 @@ describe Projects::ArtifactsController do ...@@ -150,6 +150,7 @@ describe Projects::ArtifactsController do
end end
end end
## EE specific begins
context 'when using remote file storage' do context 'when using remote file storage' do
before do before do
stub_artifacts_object_storage stub_artifacts_object_storage
...@@ -162,6 +163,7 @@ describe Projects::ArtifactsController do ...@@ -162,6 +163,7 @@ describe Projects::ArtifactsController do
let(:archive_path) { 'https://' } let(:archive_path) { 'https://' }
end end
end end
## EE specific ends
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment