test: Investigate flaky tests by turning off tests randomizer (#9181)

This commit is contained in:
Diamond Lewis
2024-07-07 18:20:28 -05:00
committed by GitHub
parent 2ecc5a5bf5
commit e7199e8d07
4 changed files with 25 additions and 16 deletions

View File

@@ -1268,6 +1268,7 @@ describe('miscellaneous', function () {
});
it('test cloud function query parameters with array of pointers', async () => {
await reconfigureServer({ encodeParseObjectInCloudFunction: false });
Parse.Cloud.define('echoParams', req => {
return req.params;
});