Disable static formula tests in external DBs.

This commit is contained in:
mike12345567 2024-11-08 16:01:05 +00:00
parent 3971b0e42e
commit 4076e98308
1 changed files with 10 additions and 9 deletions

View File

@ -3585,6 +3585,7 @@ describe.each([
expect(rows[0].formula).toBe(2) expect(rows[0].formula).toBe(2)
}) })
isInternal &&
it("should coerce a static handlebars formula", async () => { it("should coerce a static handlebars formula", async () => {
await updateFormulaColumn(encodeJS("return 1"), { await updateFormulaColumn(encodeJS("return 1"), {
responseType: FieldType.NUMBER, responseType: FieldType.NUMBER,