mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
fix: keep bonjour failures non-fatal
This commit is contained in:
@@ -3,7 +3,6 @@ import { describe, expect, it } from "vitest";
|
||||
|
||||
const SCRIPT_PATH = "scripts/test-install-sh-docker.sh";
|
||||
const SMOKE_RUNNER_PATH = "scripts/docker/install-sh-smoke/run.sh";
|
||||
const E2E_RUNNER_PATH = "scripts/docker/install-sh-e2e/run.sh";
|
||||
const BUN_GLOBAL_SMOKE_PATH = "scripts/e2e/bun-global-install-smoke.sh";
|
||||
const INSTALL_SMOKE_WORKFLOW_PATH = ".github/workflows/install-smoke.yml";
|
||||
const RELEASE_CHECKS_WORKFLOW_PATH = ".github/workflows/openclaw-release-checks.yml";
|
||||
@@ -129,14 +128,6 @@ describe("install-sh smoke runner", () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe("install-sh e2e runner", () => {
|
||||
it("disables Bonjour for Docker loopback gateway checks", () => {
|
||||
const script = readFileSync(E2E_RUNNER_PATH, "utf8");
|
||||
|
||||
expect(script).toContain('export OPENCLAW_DISABLE_BONJOUR="${OPENCLAW_DISABLE_BONJOUR:-1}"');
|
||||
});
|
||||
});
|
||||
|
||||
describe("bun global install smoke", () => {
|
||||
it("packs the current tree and verifies image-provider discovery through Bun", () => {
|
||||
const script = readFileSync(BUN_GLOBAL_SMOKE_PATH, "utf8");
|
||||
|
||||
Reference in New Issue
Block a user