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:
ian
2023-02-03 05:59:23 +08:00
committed by GitHub
parent 21f6f3d008
commit 73c7b161c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -107,7 +107,7 @@ describe('Schema Snapshots', () => {
await assertCollectionsDeleted(vendor, pkType);
},
300000
1200000
);
});
});