From da7cf7c4dd3150fc28974bb27c90c51becf80400 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Fri, 20 Oct 2023 12:36:08 -0700 Subject: [PATCH] chore: remove all client-side test suppressions (#262) Since converting user-style JSON is now gated behind a capability, we no longer have any test suppressions. --- .github/workflows/client.yml | 1 - .../sdk-contract-tests/test-suppressions.txt | 33 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 contract-tests/sdk-contract-tests/test-suppressions.txt diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 4ff3603c4..e60b9984b 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -29,7 +29,6 @@ jobs: with: # Inform the test harness of test service's port. test_service_port: ${{ env.TEST_SERVICE_PORT }} - extra_params: '-skip-from ./contract-tests/sdk-contract-tests/test-suppressions.txt' build-test: runs-on: ubuntu-22.04 steps: diff --git a/contract-tests/sdk-contract-tests/test-suppressions.txt b/contract-tests/sdk-contract-tests/test-suppressions.txt deleted file mode 100644 index cba85bdd6..000000000 --- a/contract-tests/sdk-contract-tests/test-suppressions.txt +++ /dev/null @@ -1,33 +0,0 @@ -# The Client doesn't need to know how to deserialize users. -context type/convert/old user to context/{"key": ""} -context type/convert/old user to context/{"key": "a"} -context type/convert/old user to context/{"key": "a"} -context type/convert/old user to context/{"key": "a", "custom": {"b": true}} -context type/convert/old user to context/{"key": "a", "custom": {"b": 1}} -context type/convert/old user to context/{"key": "a", "custom": {"b": "c"}} -context type/convert/old user to context/{"key": "a", "custom": {"b": [1, 2]}} -context type/convert/old user to context/{"key": "a", "custom": {"b": {"c": 1}}} -context type/convert/old user to context/{"key": "a", "custom": {"b": 1, "c": 2}} -context type/convert/old user to context/{"key": "a", "custom": {"b": 1, "c": null}} -context type/convert/old user to context/{"key": "a", "custom": {}} -context type/convert/old user to context/{"key": "a", "custom": null} -context type/convert/old user to context/{"key": "a", "anonymous": true} -context type/convert/old user to context/{"key": "a", "anonymous": false} -context type/convert/old user to context/{"key": "a", "anonymous": null} -context type/convert/old user to context/{"key": "a", "privateAttributeNames": ["b"]} -context type/convert/old user to context/{"key": "a", "privateAttributeNames": []} -context type/convert/old user to context/{"key": "a", "privateAttributeNames": null} -context type/convert/old user to context/{"key": "a", "name": "b"} -context type/convert/old user to context/{"key": "a", "name": null} -context type/convert/old user to context/{"key": "a", "firstName": "b"} -context type/convert/old user to context/{"key": "a", "firstName": null} -context type/convert/old user to context/{"key": "a", "lastName": "b"} -context type/convert/old user to context/{"key": "a", "lastName": null} -context type/convert/old user to context/{"key": "a", "email": "b"} -context type/convert/old user to context/{"key": "a", "email": null} -context type/convert/old user to context/{"key": "a", "country": "b"} -context type/convert/old user to context/{"key": "a", "country": null} -context type/convert/old user to context/{"key": "a", "avatar": "b"} -context type/convert/old user to context/{"key": "a", "avatar": null} -context type/convert/old user to context/{"key": "a", "ip": "b"} -context type/convert/old user to context/{"key": "a", "ip": null}