mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 12:01:40 +00:00
test(doctor): add skipped: false to gateway error and timeout test assertions
This commit is contained in:
parent
549624ffb2
commit
96482b3e62
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue