From: Alexander Turenko <alexander.turenko@tarantool.org> To: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, tarantool-patches@freelists.org, Sergei Voronezhskii <sergw@tarantool.org> Subject: [PATCH v2] test: disable feedback daemon test on Mac OS in CI Date: Wed, 10 Oct 2018 01:16:53 +0300 [thread overview] Message-ID: <b808a40145af7f0cd602f18cf187364ba3dccfd3.1539123300.git.alexander.turenko@tarantool.org> (raw) In-Reply-To: <6ae48298a0b30cab5c520e159840217867b58bfb.1539109614.git.alexander.turenko@tarantool.org> 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/commits/Totktonada/gh-3558-disable-feedback-daemon-test-mac-os https://travis-ci.org/tarantool/tarantool/builds/439377915 test/box-tap/feedback_daemon.skipcond | 8 ++++++++ 1 file changed, 8 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..778c8a135 --- /dev/null +++ b/test/box-tap/feedback_daemon.skipcond @@ -0,0 +1,8 @@ +import os +import platform + +# Disabled on Mac OS in CI due to flaky fail #3558. +if os.environ.get('TRAVIS_JOB_ID', '') and platform.system() == 'Darwin': + self.skip = 1 + +# vim: set ft=python: -- 2.19.0
next prev parent reply other threads:[~2018-10-09 22:16 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-10-09 18:28 [PATCH] test: disable feedback daemon test on Mac OS Alexander Turenko 2018-10-09 22:16 ` Alexander Turenko [this message] 2018-10-10 7:55 ` [PATCH v2] test: disable feedback daemon test on Mac OS in CI Сергей Воронежский 2018-10-10 8:26 ` Vladimir Davydov
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=b808a40145af7f0cd602f18cf187364ba3dccfd3.1539123300.git.alexander.turenko@tarantool.org \ --to=alexander.turenko@tarantool.org \ --cc=sergw@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v2] test: disable feedback daemon test on Mac OS in CI' \ /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