Limit view AI column tests to internal tables.
This commit is contained in:
parent
352e16f347
commit
a18256a9cf
|
@ -936,6 +936,7 @@ if (descriptions.length) {
|
|||
)
|
||||
})
|
||||
|
||||
isInternal &&
|
||||
describe("AI fields", () => {
|
||||
let envCleanup: () => void
|
||||
beforeAll(() => {
|
||||
|
|
Loading…
Reference in New Issue