[tarantool-patches] [PATCH] test: disable feedback daemon test on Mac OS

  • From: Alexander Turenko <alexander.turenko@xxxxxxxxxxxxx>
  • To: Vladimir Davydov <vdavydov.dev@xxxxxxxxx>
  • Date: Tue, 9 Oct 2018 21:28:47 +0300

The fail is known and should not have any influence on our CI results.

The test should be enabled back after a fix of #3558.
---

https://github.com/tarantool/tarantool/issues/3558
https://github.com/tarantool/tarantool/tree/Totktonada/gh-3558-disable-feedback-daemon-test-mac-os
https://travis-ci.org/tarantool/tarantool/builds/439277309

 test/box-tap/feedback_daemon.skipcond | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 test/box-tap/feedback_daemon.skipcond

diff --git a/test/box-tap/feedback_daemon.skipcond 
b/test/box-tap/feedback_daemon.skipcond
new file mode 100644
index 000000000..4a7702b37
--- /dev/null
+++ b/test/box-tap/feedback_daemon.skipcond
@@ -0,0 +1,6 @@
+import platform
+
+if platform.system() == 'Darwin':
+    self.skip = 1
+
+# vim: set ft=python:
-- 
2.19.0


Other related posts:

  • » [tarantool-patches] [PATCH] test: disable feedback daemon test on Mac OS - Alexander Turenko