Skip to content

Commit 9e287b4

Browse files
committed
adds skip from for fdv2 contract tests
1 parent 76a6bed commit 9e287b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git clone https://github.com/launchdarkly/sdk-test-harness.git .
4545
git checkout feat/fdv2
4646
go build -o test-harness .
47-
./test-harness -url http://localhost:8000 -debug -stop-service-at-end
47+
./test-harness -url http://localhost:8000 -debug --skip-from=./contract-tests/testharness-suppressions-fdv2.txt -stop-service-at-end
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
- uses: launchdarkly/gh-actions/actions/[email protected]

0 commit comments

Comments
 (0)