Skip to content

Commit

Permalink
skip npms.op search tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosiakov <[email protected]>
  • Loading branch information
akosyakov committed Aug 16, 2018
1 parent a626acc commit cc6d2d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('node-extension-server', function () {
fs.removeSync(appProjectPath);
});

it('search', function () {
it.skip('search', function () {
this.timeout(30000);

return server.search({
Expand Down Expand Up @@ -177,7 +177,7 @@ describe('node-extension-server', function () {
});
});

it('list with search', function () {
it.skip('list with search', function () {
this.timeout(50000);

return server.list({
Expand Down

0 comments on commit cc6d2d3

Please sign in to comment.