From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Oleg Piskunov <o.piskunov@tarantool.org>, Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko <alexander.turenko@tarantool.org> Subject: [Tarantool-patches] [PATCH v2 6/7] Skip failing test from out-of-source build Date: Tue, 26 May 2020 17:42:37 +0300 [thread overview] Message-ID: <0bdd38320ed6e9bf10c6868e5665cc8b1221976e.1590503508.git.avtikhon@tarantool.org> (raw) In-Reply-To: <cover.1590503508.git.avtikhon@tarantool.org> In-Reply-To: <cover.1590503508.git.avtikhon@tarantool.org> 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
next prev parent reply other threads:[~2020-05-26 14:42 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-26 14:42 [Tarantool-patches] [PATCH v2 0/7] Implement OOS build Alexander V. Tikhonov 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 1/7] build: static build needs more cleanup in sources Alexander V. Tikhonov 2020-06-26 13:51 ` Alexander Turenko 2020-07-03 11:13 ` Kirill Yukhin 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 2/7] build: fix static build w/ dockerfile with cmake Alexander V. Tikhonov 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 3/7] build: enable cmake in curl build Alexander V. Tikhonov 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 4/7] Fix curl repository for out-of-source build Alexander V. Tikhonov 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 5/7] build: change autoconf to cmake in curl build Alexander V. Tikhonov 2020-05-26 14:42 ` Alexander V. Tikhonov [this message] 2020-05-26 14:42 ` [Tarantool-patches] [PATCH v2 7/7] gitlab-ci: add out-of-source build Alexander V. Tikhonov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=0bdd38320ed6e9bf10c6868e5665cc8b1221976e.1590503508.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=o.piskunov@tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2 6/7] Skip failing test from out-of-source build' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox