launchdarkly / rust-eventsource-client

Server-sent events (SSE) client implementation for Rust
https://docs.rs/eventsource-client/latest/eventsource_client/
Other
70 stars 23 forks source link

Enable SSE test harness in CircleCI job #16

Closed cwaldren-ld closed 2 years ago

cwaldren-ld commented 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.)

Need https://github.com/launchdarkly/sse-contract-tests/pull/16 to be merged before the -skip parameters can be passed without issue.

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #143373: Enable SSE contract tests in EventSource client.