From a0bc57a5235eeb7351cf6d631033fd299c67f93e Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-jy Date: Thu, 21 Sep 2023 13:20:57 -0700 Subject: [PATCH] testing --- test/integration/testHTAP.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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