Closed cwaldren-ld closed 2 years ago
This PR enables the SSE test harness with an initial regex-based list of tests to skip. This will allow the step to pass in CircleCI.
We should eventually replace this with -skip-from functionality in the SSE test harness (which doesn't currently exist.)
-skip-from
Need https://github.com/launchdarkly/sse-contract-tests/pull/16 to be merged before the -skip parameters can be passed without issue.
-skip
This pull request has been linked to Shortcut Story #143373: Enable SSE contract tests in EventSource client.
This PR enables the SSE test harness with an initial regex-based list of tests to skip. This will allow the step to pass in CircleCI.
We should eventually replace this with
-skip-from
functionality in the SSE test harness (which doesn't currently exist.)Need https://github.com/launchdarkly/sse-contract-tests/pull/16 to be merged before the
-skip
parameters can be passed without issue.