test: disable test

This commit is contained in:
Juan Picado @jotadeveloper 2018-03-20 17:46:20 +01:00
parent 011f5bf55b
commit 4f395500b6
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ describe('endpoint unit test', () => {
});
});
test('should display scoped readme', (done) => {
test.skip('should display scoped readme', (done) => {
request(app)
.get('/-/verdaccio/package/readme/@scope/pk1-test')
.expect(200)