mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-06-10 16:47:14 +00:00
These tests reach out to external services (httpbin, YouTube, ...) and flake on CI runners whenever those services are slow or unreachable. The previous shard runner script silently masked these failures; now that runs report them faithfully, default the filter to -*_Online. Override via workflow_dispatch + the gtest_filter input to include them when explicitly desired. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>