mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:50:44 +00:00
test: harden live release validation flakes
This commit is contained in:
@@ -37,6 +37,9 @@ describe("docker build helper", () => {
|
||||
expect(helper).toContain("docker_build_exec()");
|
||||
expect(helper).toContain("docker_build_run()");
|
||||
expect(helper).toContain("docker buildx build --load");
|
||||
expect(helper).toContain("docker_build_transient_failure()");
|
||||
expect(helper).toContain("OPENCLAW_DOCKER_BUILD_RETRIES");
|
||||
expect(helper).toContain("frontend grpc server closed unexpectedly");
|
||||
});
|
||||
|
||||
it("keeps shell-script Docker builds behind the helper", () => {
|
||||
|
||||
Reference in New Issue
Block a user