disable query error tests due to backend issue (#1942)
This commit is contained in:
parent
d3722f2c99
commit
94d3fcb30f
|
@ -71,6 +71,8 @@ test("Query stats", async () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Query errors", 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.locator.click();
|
||||||
await queryEditor.setText("SELECT\n glarb(c.id),\n blarg(c.id)\nFROM c");
|
await queryEditor.setText("SELECT\n glarb(c.id),\n blarg(c.id)\nFROM c");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue