Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH] test: skip ddl test for vinyl on travis
@ 2018-09-17 12:38 Sergei Voronezhskii
  2018-09-17 17:42 ` Sergei Voronezhskii
  2018-09-21 14:04 ` [tarantool-patches] [PATCH] " Kirill Yukhin
  0 siblings, 2 replies; 7+ messages in thread
From: Sergei Voronezhskii @ 2018-09-17 12:38 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Vladimir Davydov

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-09-21 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17 12:38 [PATCH] test: skip ddl test for vinyl on travis Sergei Voronezhskii
2018-09-17 17:42 ` Sergei Voronezhskii
2018-09-17 18:11   ` [tarantool-patches] " Alexander Turenko
2018-09-18 13:47     ` [PATCH v2] " Sergei Voronezhskii
2018-09-19 16:14       ` Alexander Turenko
2018-09-20  8:20         ` Re[2]: " Sergei Voronezhskii
2018-09-21 14:04 ` [tarantool-patches] [PATCH] " Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox