Skip to content

Commit 254d1a2

Browse files
committed
ci: reference to test harness
1 parent 8ccc8ad commit 254d1a2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/node-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
with:
5454
test_service_port: 8000
5555
token: ${{ secrets.GITHUB_TOKEN }}
56-
version: v3.1.1-alpha.6
56+
version: v3
57+
branch: v3
5758
extra_params: '--skip-from=${{ github.workspace }}/packages/sdk/node-client/contract-tests/testharness-suppressions-fdv2.txt'

packages/sdk/node-client/contract-tests/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ app.get('/', (req: Request, res: Response) => {
3939
'tls:skip-verify-peer',
4040
'tls:custom-ca',
4141
'wrapper',
42+
'client-event-source-http-errors',
43+
// NOTE: this needs additional fixes to the shared
44+
// SDK code to support
45+
// 'fdv1-fallback',
4246
],
4347
});
4448
});

0 commit comments

Comments
 (0)