disable query error tests due to backend issue (#1942)

This commit is contained in:
Ashley Stanton-Nurse 2024-08-21 11:30:43 -07:00 committed by GitHub
parent d3722f2c99
commit 94d3fcb30f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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");