mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix incorrect skipping of m2m tests (#17381)
* Fix incorrect skipping of m2m tests * Run testing for all vendors * Increase timeout for schema changes * Revert testing for all vendors
This commit is contained in:
@@ -1501,7 +1501,7 @@ describe.each(common.PRIMARY_KEY_TYPES)('/items', (pkType) => {
|
||||
);
|
||||
});
|
||||
|
||||
describe.only('Depth Tests', () => {
|
||||
describe('Depth Tests', () => {
|
||||
describe('allow queries up to the field depth limit', () => {
|
||||
it.each(vendors)('%s', async (vendor) => {
|
||||
// Setup
|
||||
|
||||
@@ -107,7 +107,7 @@ describe('Schema Snapshots', () => {
|
||||
|
||||
await assertCollectionsDeleted(vendor, pkType);
|
||||
},
|
||||
300000
|
||||
1200000
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user