Make the manifest import feature spec a postgres only

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2018-07-06 20:03:45 +03:00
parent a4b6707e63
commit ca3d185dac
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require 'spec_helper'
feature 'Import multiple repositories by uploading a manifest file', :js do
feature 'Import multiple repositories by uploading a manifest file', :js, :postgresql do
include Select2Helper
let(:user) { create(:admin) }