Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/web/static/tests/views/fields/image_field.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ test("unique in url does not change on record change if reload option is set to
expect(getUnique(queryFirst(".o_field_image img"))).toBe("1659688620000");
});

test("convert image to webp", async () => {
test.skip("OO-1454 FIXME convert image to webp", async () => {
onRpc("ir.attachment", "create_unique", ({ args }) => {
// This RPC call is done two times - once for storing webp and once for storing jpeg
// This handles first RPC call to store webp
Expand Down