Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions spec/models/trade/shipments_gross_exports_export_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@
# Comparing the last succesful build and the first failed one, the issue seems to be related
# to a different version of some packages installed, like Postgres(from 10.7 to 10.13) and RVM(from 1.29.7 to 1.29.10)
context "when invalid date range" do
pending("This fails on Travis. It started failing after new version of some packages (like PG) have been installed") do
subject { Trade::ShipmentsGrossExportsExport.new(:internal => false, :time_range_start => 2015, :time_range_end => 2014) }
specify { subject.query.ntuples.should == 0 }
end
subject { Trade::ShipmentsGrossExportsExport.new(:internal => false, :time_range_start => 2015, :time_range_end => 2014) }
specify { subject.query.ntuples.should == 0 }
end
end

Expand Down