[PATCH] test: skip ddl test for vinyl on travis

Sergei Voronezhskii sergw at tarantool.org
Mon Sep 17 15:38:46 MSK 2018


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




More information about the Tarantool-patches mailing list