[Tarantool-patches] [PATCH v1 3/4] Skip failing test from out-of-source build

Alexander V. Tikhonov avtikhon at tarantool.org
Fri May 22 15:49:50 MSK 2020


Skipped failing test app-tap/http_client.test.lua
from out-of-source build. Left #4258 issue opened
till it will be fixed.

Part of #4874
---
 test/app-tap/http_client.skipcond | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/app-tap/http_client.skipcond b/test/app-tap/http_client.skipcond
index 108e776c4..df811dcc1 100644
--- a/test/app-tap/http_client.skipcond
+++ b/test/app-tap/http_client.skipcond
@@ -1,5 +1,10 @@
+import os
 import platform
 
+# Disabled at out-of-source build due to issue #4258.
+if os.getenv("OUTOFSRC_BUILD") == 'ON':
+    self.skip = 1
+
 # Disabled on FreeBSD due to flaky fail #4271.
 if platform.system() == 'FreeBSD':
     self.skip = 1
-- 
2.17.1



More information about the Tarantool-patches mailing list