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 * () {
|
setup: Promise.coroutine(function * () {
|
||||||
while (true) {
|
while (true) {
|
||||||
var ip = yield this.run();
|
var ip = yield this.run();
|
||||||
ip = null;
|
|
||||||
if (!ip || !ip.length) {
|
if (!ip || !ip.length) {
|
||||||
metrics.track('Setup Failed', {
|
metrics.track('Setup Failed', {
|
||||||
step: 'done',
|
step: 'done',
|
||||||
|
|
Loading…
Reference in New Issue