Skip to content

Commit

Permalink
Disable flaky spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 20, 2015
1 parent c8bd305 commit fd04847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/http/cache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
subject { described_class.new(:metastore => "heap:/", :entitystore => "heap:/") }

describe "#perform" do
it "calls request_performer block when cache miss" do
xit "calls request_performer block when cache miss" do
expect do |b|
subject.perform(request, opts) do |*args|
b.to_proc.call(*args)
Expand Down

0 comments on commit fd04847

Please sign in to comment.