test: Investigate flaky tests by turning off tests randomizer (#9181)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user