[Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Oct 22 09:34:36 MSK 2020


The issue is under investigation in issues #5423. Need to block the
test on OSX to avoid of its stable fail.

Needed for #5423
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/block_tx_man_test
Issue: https://github.com/tarantool/tarantool/issues/5423

 test/box/tx_man.skipcond | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 test/box/tx_man.skipcond

diff --git a/test/box/tx_man.skipcond b/test/box/tx_man.skipcond
new file mode 100644
index 000000000..47532c56c
--- /dev/null
+++ b/test/box/tx_man.skipcond
@@ -0,0 +1,7 @@
+import platform
+
+# Disabled on OSX due to fail #5423.
+if platform.system() == 'Darwin':
+    self.skip = 1
+
+# vim: set ft=python:
-- 
2.25.1



More information about the Tarantool-patches mailing list