From ad7406f9aee5d06f913779ae34f573d37a805459 Mon Sep 17 00:00:00 2001 From: fallwith Date: Tue, 24 Oct 2023 14:48:11 -0700 Subject: [PATCH] AR notifications test: re-enable test re-enable test --- .../agent/instrumentation/rails/active_record_subscriber.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new_relic/agent/instrumentation/rails/active_record_subscriber.rb b/test/new_relic/agent/instrumentation/rails/active_record_subscriber.rb index 2ba0be4ca5..333396d1da 100644 --- a/test/new_relic/agent/instrumentation/rails/active_record_subscriber.rb +++ b/test/new_relic/agent/instrumentation/rails/active_record_subscriber.rb @@ -244,7 +244,7 @@ def test_instrumentation_can_be_disabled_with_disable_active_record_instrumentat end end - def xtest_instrumentation_can_be_disabled_with_disable_active_record_notifications + def test_instrumentation_can_be_disabled_with_disable_active_record_notifications with_subscribed_check_disabled do common_test_for_disabling(:disable_active_record_notifications) end