ci: Fix CI not testing with Postgres 16 and flaky test (#9210)

This commit is contained in:
Diamond Lewis
2024-07-17 10:51:13 -05:00
committed by GitHub
parent 9282e348b0
commit 5fa58fe774
7 changed files with 206 additions and 223 deletions

View File

@@ -4,7 +4,7 @@ const UserController = require('../lib/Controllers/UserController').UserControll
const Config = require('../lib/Config');
const ParseServer = require('../lib/index').ParseServer;
const triggers = require('../lib/triggers');
const { resolvingPromise, sleep } = require('./support/testUtils');
const { resolvingPromise, sleep } = require('../lib/TestUtils');
const validatorFail = () => {
throw 'you are not authorized';
};