From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sergei Voronezhskii Subject: [PATCH] test: skip ddl test for vinyl on travis Date: Mon, 17 Sep 2018 15:38:46 +0300 Message-Id: <20180917123846.8195-1-sergw@tarantool.org> To: tarantool-patches@freelists.org Cc: Vladimir Davydov List-ID: Until the bug in #3420 is fixed --- branch: sergw/travis-skip-test-ddl test/vinyl/ddl.skipcond | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/vinyl/ddl.skipcond diff --git a/test/vinyl/ddl.skipcond b/test/vinyl/ddl.skipcond new file mode 100644 index 000000000..ad20eb2b4 --- /dev/null +++ b/test/vinyl/ddl.skipcond @@ -0,0 +1,6 @@ +# vim: set ft=python : +import os + +# Travis CI fails because of bud #3420 +if os.environ.get('TRAVIS', False): + self.skip = 1 -- 2.18.0