Skip to content

Commit

Permalink
Prepare CI for remote configuration... but skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Mar 16, 2023
1 parent 9651692 commit 775bde1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/core/transport/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
end

describe '.v7' do
before { skip 'TODO: needs remote config on api key+agent+backend' if ENV['TEST_DATADOG_INTEGRATION'] }

subject(:transport) { described_class.v7(&client_options) }

let(:client_options) { proc { |_client| } }
Expand Down

0 comments on commit 775bde1

Please sign in to comment.