diff --git a/test/sql/query.spec.ts b/test/sql/query.spec.ts index 8d1d54eac..5872346bb 100644 --- a/test/sql/query.spec.ts +++ b/test/sql/query.spec.ts @@ -71,6 +71,8 @@ test("Query stats", async () => { }); test("Query errors", async () => { + test.skip(true, "Disabled due to an issue with error reporting in the backend."); + await queryEditor.locator.click(); await queryEditor.setText("SELECT\n glarb(c.id),\n blarg(c.id)\nFROM c");