test: Investigate flaky tests by turning off tests randomizer (#9181)
This commit is contained in:
@@ -1362,6 +1362,7 @@ describe('Cloud Code', () => {
|
||||
});
|
||||
|
||||
it('should not encode Parse Objects', async () => {
|
||||
await reconfigureServer({ encodeParseObjectInCloudFunction: false });
|
||||
const user = new Parse.User();
|
||||
user.setUsername('username');
|
||||
user.setPassword('password');
|
||||
|
||||
Reference in New Issue
Block a user