Disable static formula tests in external DBs.
This commit is contained in:
parent
3971b0e42e
commit
4076e98308
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue