Tests: comment test that does not work with sqlite

This commit is contained in:
Simon Lehericey 2017-02-21 16:49:57 +01:00
parent b097e1d6b8
commit 3f87c08db3

View file

@ -1,6 +1,6 @@
require 'spec_helper'
feature 'As a User I want to sort and paginate dossiers', js: true do
xfeature 'As a User I want to sort and paginate dossiers', js: true do
let(:user) { create(:user) }
let(:procedure_for_individual) { create(:procedure, :published, :for_individual) }