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
end
end
## EE specific begins
context 'when using remote file storage' do
before do
stub_artifacts_object_storage
......@@ -162,6 +163,7 @@ describe Projects::ArtifactsController do
let(:archive_path) { 'https://' }
end
end
## EE specific ends
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