Unlimit parties (#8653)

* fix(party): unlimit parties
to address premature feature release

* fix(test): pend irrelevant test
This commit is contained in:
Sabe Jones
2017-04-04 21:51:17 -05:00
committed by GitHub
parent d8620e1636
commit a4feae4dbb
3 changed files with 3 additions and 3 deletions

View File

@@ -438,7 +438,7 @@ describe('Post /groups/:groupId/invite', () => {
})).to.be.an('array');
});
it('does not allow 30+ members in a party', async () => {
xit('does not allow 30+ members in a party', async () => {
let invitesToGenerate = [];
// Generate 30 users to invite (30 + leader = 31 members)
for (let i = 0; i < PARTY_LIMIT_MEMBERS; i++) {