diff --git a/test/integration/api/shutdown.tap.js b/test/integration/api/shutdown.tap.js index 0805965ffe..86f1e34286 100644 --- a/test/integration/api/shutdown.tap.js +++ b/test/integration/api/shutdown.tap.js @@ -28,7 +28,10 @@ tap.test('#shutdown', (t) => { agent = helper.loadMockedAgent({ license_key: EXPECTED_LICENSE_KEY, - host: TEST_DOMAIN + host: TEST_DOMAIN, + utilization: { + detect_aws: false + } }) agent.config.no_immediate_harvest = true