From bceaf05c734e64b67154f0a2fd28eb974310595d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov <gorcunov@gmail.com> Date: Fri, 28 Feb 2020 14:31:54 +0300 Subject: [PATCH] test: disable popen.test This test is buggy, need to rewrite. Thus to not block other developers which refer the master branch just disable it. The test was added in 40a516477aa337b3d15184f99bb1ec1a3095d60a ('test: unit/popen'). Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Reviewed-by: Alexander Turenko <alexander.turenko@tarantool.org> --- test/unit/suite.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/suite.ini b/test/unit/suite.ini index d429c95e91..3226555fad 100644 --- a/test/unit/suite.ini +++ b/test/unit/suite.ini @@ -3,3 +3,4 @@ core = unittest description = unit tests release_disabled = fiber_stack.test swim_errinj.test is_parallel = True +disabled = popen.test -- GitLab