mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
test: disable test
This commit is contained in:
parent
011f5bf55b
commit
4f395500b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue