From e96cd176030b8c8282458b7bf9ef1817d05c0ccd Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii <sergw@tarantool.org> Date: Sat, 27 Oct 2018 00:33:31 +0300 Subject: [PATCH] test: disable show_reproduce_content for sql-tap Part of: [https://github.com/tarantool/test-run/issues/113] --- test/sql-tap/suite.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini index 9140ad0983..faa56a999d 100644 --- a/test/sql-tap/suite.ini +++ b/test/sql-tap/suite.ini @@ -10,3 +10,4 @@ is_parallel = True release_disabled = debug_mode_only.test.lua long_run = gh-3332-tuple-format-leak.test.lua, gh-3083-ephemeral-unref-tuples.test.lua config = engine.cfg +show_reproduce_content = False -- GitLab