Skip to content

Commit

Permalink
delete bogus test
Browse files Browse the repository at this point in the history
  • Loading branch information
zvkemp committed Sep 7, 2022
1 parent a09ca1a commit bb9f4be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/unit/probes/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ module Probes
expect(reg.require_paths).to eq(["redis"])
expect(reg.probe).to be_a(Skylight::Probes::Redis::Probe)
end

it "adds instrumentation modules" do
# This test is somewhat lame
expect(::Redis.ancestors).to include(::Skylight::Probes::Redis::Instrumentation)
expect(::Redis::Client.ancestors).to include(::Skylight::Probes::Redis::ClientInstrumentation)
end
end
end
end

0 comments on commit bb9f4be

Please sign in to comment.