diff --git a/testing/javascript/__test__/async.test.js b/testing/javascript/__test__/async.test.js index 448c5abe1..5fd3dd519 100644 --- a/testing/javascript/__test__/async.test.js +++ b/testing/javascript/__test__/async.test.js @@ -341,7 +341,7 @@ test.serial("Database.prepare() after close()", async (t) => { }); }); -test.skip("Database.exec() after close()", async (t) => { +test.serial("Database.exec() after close()", async (t) => { const db = t.context.db; await db.close(); await t.throwsAsync(async () => {