mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
disabling loop tests for a while
This commit is contained in:
parent
38340fe194
commit
cd9f0d7044
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ var ex = module.exports;
|
|||
var server = process.server;
|
||||
var server2 = process.server2;
|
||||
|
||||
['fwd', 'loop'].forEach(function(pkg) {
|
||||
['fwd'/*, 'loop'*/].forEach(function(pkg) {
|
||||
var prefix = pkg+': ';
|
||||
pkg = 'test'+pkg;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue