Disable graphql test until merge new implementation

This commit is contained in:
Alexandre Bodin 2021-08-10 19:19:24 +02:00
parent f41cad3094
commit 6a75affa81

View File

@ -5,6 +5,8 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/test/jest2e2.setup.js'],
testPathIgnorePatterns: [
'<rootDir>/packages/plugins/graphql',
'graphql.test.e2e.js',
'graphqlUpload.test.e2e.js',
'<rootDir>/packages/core/database.old',
],
coveragePathIgnorePatterns: [