Skip to content

Commit

Permalink
clear out instance methods updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 30, 2024
1 parent a71691a commit c4dc8c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion lib/new_relic/control/instance_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require 'new_relic/agent/null_logger'
require 'new_relic/agent/memory_logger'
require 'new_relic/agent/agent_logger'
require 'new_relic/agent/health_check'

require_relative 'private_instance_methods'

Expand Down
22 changes: 0 additions & 22 deletions test/new_relic/control/instance_methods_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,6 @@ def test_configure_agent_invalid_yaml_value_logs_to_stdout
assert_equal expected_err, @test.stdout.string
end

def test_yaml_health_file_logs_error_when_delivery_location_invalid
raise 'write me!'
end

def test_agent_health_started_if_agent_control_fleet_id_present
raise 'write me!'
end

def test_agent_health_not_generated_if_agent_control_fleet_id_absent
raise 'write me!'
end

def test_agent_healthsupportability_metric_generated_at_agent_startup_when_enabled
raise 'write me!'
# Supportability/SuperAgent/Health/enabled
end

def test_unique_health_file_exists_per_process
raise 'write me!'
# puma scenario?
end

def refute_has_config(clazz)
refute_includes NewRelic::Agent.config.config_classes_for_testing, clazz
end
Expand Down

0 comments on commit c4dc8c9

Please sign in to comment.