From 628c1a28d6c793e1dd30dca65344794b805ddfc8 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Sun, 1 Feb 2015 21:06:22 +0300
Subject: [PATCH] app/snapshot.test.lua: do not fire off console listen port in
 production.

---
 test/app/snapshot.test.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/app/snapshot.test.lua b/test/app/snapshot.test.lua
index d904b6b7c1..228fa058d3 100755
--- a/test/app/snapshot.test.lua
+++ b/test/app/snapshot.test.lua
@@ -45,7 +45,7 @@ if box.space.test == nil then
     box.space.test:create_index('primary')
 end
 
-require('console').listen(3303)
+-- require('console').listen(3303)
 
 fiber.create(noise)
 fiber.create(purge)
-- 
GitLab