Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pocket-ic): bazel test requires-network (#3182)
Adding `requires-network` tag to overcome the issue of sporadic failures (seen [here](https://github.com/dfinity/ic/actions/runs/12320821672), attempt 1 & 2): ``` Failed to get result: reqwest::Error { kind: Request, url: "http://127.0.0.1:49325/instances", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" })) } ```
- Loading branch information