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

@@ -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');