diff --git a/Userland/Libraries/LibJS/Tests/syntax/async-await.js b/Userland/Libraries/LibJS/Tests/syntax/async-await.js index a561b7e426..47e0aea3d7 100644 --- a/Userland/Libraries/LibJS/Tests/syntax/async-await.js +++ b/Userland/Libraries/LibJS/Tests/syntax/async-await.js @@ -202,8 +202,7 @@ describe("await cannot be used in class static init blocks", () => { }); describe("await thenables", () => { - // FIXME: This test crashes for AST, and fails for bytecode. - test.skip("async returning a thanable variable without fulfilling", () => { + test.xfail("async returning a thanable variable without fulfilling", () => { let isCalled = false; const obj = { then() {