Skip to content

Commit 57a860a

Browse files
committed
remove test case
1 parent 0eb70cd commit 57a860a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spec/datadog/core/ddsketch_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
require 'datadog/core/ddsketch_pprof/ddsketch_pb'
22

33
RSpec.describe Datadog::Core::DDSketch do
4-
context 'when DDSketch is not supported' do
5-
before do
6-
stub_const('Datadog::Core::LIBDATADOG_API_FAILURE', 'Example error loading libdatadog_api')
7-
end
8-
9-
it 'raises an error' do
10-
expect { described_class.new }.to raise_error(ArgumentError, 'DDSketch is not supported: Example error loading libdatadog_api')
11-
end
12-
end
13-
144
context 'when DDSketch is supported' do
155
subject(:sketch) { described_class.new }
166

0 commit comments

Comments
 (0)