Skip to content

Commit

Permalink
remove what should not have been committed
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jul 15, 2024
1 parent d318b3f commit 9dde8c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datadog/ci/test_optimisation/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def configure(remote_configuration, test_session:, git_tree_upload_worker:)
@test_skipping_enabled = @enabled && Utils::Parsing.convert_to_bool(
remote_configuration.fetch(Ext::Transport::DD_API_SETTINGS_RESPONSE_TESTS_SKIPPING_KEY, false)
)
@test_skipping_enabled = false
@code_coverage_enabled = @enabled && Utils::Parsing.convert_to_bool(
remote_configuration.fetch(Ext::Transport::DD_API_SETTINGS_RESPONSE_CODE_COVERAGE_KEY, false)
)
Expand Down

0 comments on commit 9dde8c1

Please sign in to comment.