Skip to content

Commit

Permalink
Remove tests that depend on flaky web services and now often fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Brail committed Sep 18, 2015
1 parent 612b493 commit 259ecd6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 96 deletions.

This file was deleted.

9 changes: 0 additions & 9 deletions apptests/src/test/resources/argo/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions apptests/src/test/resources/argo/server.js

This file was deleted.

2 changes: 1 addition & 1 deletion apptests/src/test/resources/npm/npmoutdated.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var config = { cache: cacheDir };

npm.load(config, function(err, n) {
if (err) {
console.log('Error initializing NPM: %s', er);
console.log('Error initializing NPM: %s', err);
return;
}

Expand Down

0 comments on commit 259ecd6

Please sign in to comment.