Skip to content

Commit 4dd3b43

Browse files
committed
Set ENABLE_MONITORING_TOOLS=false for client test:integration
1 parent 2424b3d commit 4dd3b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"start": "node src/ql-mcp-client.js integration-tests",
5454
"test": "npm run test:integration",
5555
"test:coverage": "echo 'NOOP client test:coverage'",
56-
"test:integration": "scripts/run-integration-tests.sh --no-install-packs",
56+
"test:integration": "ENABLE_MONITORING_TOOLS=false scripts/run-integration-tests.sh --no-install-packs",
5757
"test:integration:default": "ENABLE_MONITORING_TOOLS=false scripts/run-integration-tests.sh --no-install-packs",
5858
"test:integration:http": "MCP_MODE=http scripts/run-integration-tests.sh --no-install-packs",
5959
"test:integration:install-packs": "scripts/run-integration-tests.sh",

0 commit comments

Comments
 (0)