mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 09:17:08 +02:00
disable deleteAll
This commit is contained in:
parent
5a4c8e49ef
commit
1441effe2c
|
|
@ -54,7 +54,7 @@ describe('dataTable', () => {
|
|||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await dataTableService.deleteDataTableAll();
|
||||
// await dataTableService.deleteDataTableAll();
|
||||
});
|
||||
|
||||
describe('createDataTable', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user