Disable site file max hard check, getting too slow

This commit is contained in:
Kyle Drake 2017-03-30 15:40:12 -07:00
parent 43dbbcd8c6
commit 29a6e95a2a

View file

@ -217,6 +217,8 @@ describe 'api upload' do
res[:error_type].must_equal 'missing_files'
end
=begin
# Getting too slow to run this test
it 'fails with too many files' do
create_site
basic_authorize @user, @pass
@ -229,6 +231,7 @@ describe 'api upload' do
}
res[:error_type].must_equal 'too_many_files'
end
=end
it 'resists directory traversal attack' do
create_site