Skip to content

Commit

Permalink
Fix tests in CE
Browse files Browse the repository at this point in the history
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
  • Loading branch information
Convly committed Oct 8, 2020
1 parent 7505365 commit 9af0ab0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,6 @@ if (edition === 'EE') {
expect(res.body).toMatchObject(localTestData.entry);
});
});
} else {
test.skip('Admin Permissions - Conditions (only in EE)', () => {});
}

0 comments on commit 9af0ab0

Please sign in to comment.