mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
chore(lint): enable warning comments rule
This commit is contained in:
@@ -32,7 +32,7 @@ describe("telegram stickers", () => {
|
||||
describeStickerImageSpy.mockReturnValue(undefined);
|
||||
});
|
||||
|
||||
// TODO #50185: re-enable once deterministic static sticker fetch injection is in place.
|
||||
// Skipped pending #50185: deterministic static sticker fetch injection.
|
||||
it.skip(
|
||||
"downloads static sticker (WEBP) and includes sticker metadata",
|
||||
async () => {
|
||||
@@ -75,7 +75,7 @@ describe("telegram stickers", () => {
|
||||
STICKER_TEST_TIMEOUT_MS,
|
||||
);
|
||||
|
||||
// TODO #50185: re-enable with deterministic cache-refresh assertions in CI.
|
||||
// Skipped pending #50185: deterministic cache-refresh assertions in CI.
|
||||
it.skip(
|
||||
"refreshes cached sticker metadata on cache hit",
|
||||
async () => {
|
||||
|
||||
Reference in New Issue
Block a user