From 59bfafd6bc5d85b925e2ff5d1346e6b9755cf180 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Thu, 19 Oct 2023 13:31:42 +0100 Subject: [PATCH] temporarily run only one functional test --- package.json | 2 +- src/functionalTests/cogrpc.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a11aac836..6d38d634c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fix:prettier": "prettier \"src/**/*.ts\" --write", "fix:tslint": "tslint --fix --project .", "test": "jest --coverage --detectOpenHandles", - "test:functional": "jest --config src/functionalTests/jest.config.js --runInBand --detectOpenHandles", + "test:functional": "jest --config src/functionalTests/jest.config.js --runInBand --detectOpenHandles cogrpc.test.ts", "static-checks": "run-p static-checks:*", "static-checks:lint": "tslint --project .", "static-checks:prettier": "prettier \"src/**/*.ts\" --list-different", diff --git a/src/functionalTests/cogrpc.test.ts b/src/functionalTests/cogrpc.test.ts index 285183aa5..98d3a557f 100644 --- a/src/functionalTests/cogrpc.test.ts +++ b/src/functionalTests/cogrpc.test.ts @@ -184,7 +184,7 @@ describe('Cargo collection', () => { }); }); -test('Sending pings and receiving pongs', async () => { +test.only('Sending pings and receiving pongs', async () => { const { pdaChain, internetGatewaySessionKey } = await createAndRegisterPrivateGateway(); const pingId = uuid();