Skip to content

Commit 56f8e97

Browse files
committed
remove xit.pend
1 parent d512270 commit 56f8e97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spec/CloudCodeLogger.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('Cloud Code Logger', () => {
309309
done();
310310
})
311311
.then(null, e => done.fail(JSON.stringify(e)));
312-
}).pend('needs more work.....');
312+
});
313313

314314
it_id('b86e8168-8370-4730-a4ba-24ca3016ad66')(it)('cloud function should obfuscate password', done => {
315315
Parse.Cloud.define('testFunction', () => {

spec/ParseUser.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,6 +3663,7 @@ describe('Parse.User testing', () => {
36633663
});
36643664

36653665
xit('should not send a verification email if the user signed up using oauth', done => {
3666+
// 'this test fails. See: https://github.com/parse-community/parse-server/issues/5097'
36663667
let emailCalledCount = 0;
36673668
const emailAdapter = {
36683669
sendVerificationEmail: () => {
@@ -3691,7 +3692,7 @@ describe('Parse.User testing', () => {
36913692
done();
36923693
});
36933694
});
3694-
}).pend('this test fails. See: https://github.com/parse-community/parse-server/issues/5097');
3695+
});
36953696

36963697
it('should be able to update user with authData passed', done => {
36973698
let objectId;

0 commit comments

Comments
 (0)