mirror of https://github.com/docker/docs.git
Remove accidental test case
This commit is contained in:
parent
9431e6fa92
commit
e02006692e
|
@ -224,7 +224,6 @@ var SetupStore = assign(Object.create(EventEmitter.prototype), {
|
|||
setup: Promise.coroutine(function * () {
|
||||
while (true) {
|
||||
var ip = yield this.run();
|
||||
ip = null;
|
||||
if (!ip || !ip.length) {
|
||||
metrics.track('Setup Failed', {
|
||||
step: 'done',
|
||||
|
|
Loading…
Reference in New Issue