diff --git a/test/integration/testHTAP.js b/test/integration/testHTAP.js index 9ef768ae2..c8c050f33 100644 --- a/test/integration/testHTAP.js +++ b/test/integration/testHTAP.js @@ -6,7 +6,7 @@ const { configureLogger } = require('../configureLogger'); const Logger = require('../../lib/logger'); - +if(process.env.CLOUD_PROVIDER === 'AWS') { describe.only('Query Context Cache test', function () { this.timeout(1000000); @@ -119,3 +119,4 @@ describe.only('Query Context Cache test', function () { }); }); }); +} \ No newline at end of file