mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
test(doctor): add skipped: false to gateway error and timeout test assertions
This commit is contained in:
@@ -129,6 +129,7 @@ describe("probeGatewayMemoryStatus", () => {
|
||||
checked: true,
|
||||
ready: false,
|
||||
error: "gateway memory probe unavailable: gateway request timeout for doctor.memory.status",
|
||||
skipped: false,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -139,6 +140,7 @@ describe("probeGatewayMemoryStatus", () => {
|
||||
checked: true,
|
||||
ready: false,
|
||||
error: "gateway memory probe unavailable: gateway closed (1006): no close reason",
|
||||
skipped: false,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user