diff --git a/tests/playwright/tests/db/views/viewForm.spec.ts b/tests/playwright/tests/db/views/viewForm.spec.ts index 57ffe57a2b..c7ef227c52 100644 --- a/tests/playwright/tests/db/views/viewForm.spec.ts +++ b/tests/playwright/tests/db/views/viewForm.spec.ts @@ -1436,7 +1436,7 @@ test.describe('Form view: field validation', () => { }); test.describe('Form view: conditional fields', () => { - if (enableQuickRun() || !isEE()) test.skip(); + if (enableQuickRun()) test.skip(); let dashboard: DashboardPage; let form: FormPage;