diff mbox series

[v6,4/13] ci: fix comment for time sensitive tests

Message ID 1534442411-9502-5-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v6,1/13] travis: add docker tests | expand

Commit Message

Github ODP bot Aug. 16, 2018, 6 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 647 (muvarov:master_docker2)
 ** https://github.com/Linaro/odp/pull/647
 ** Patch: https://github.com/Linaro/odp/pull/647.patch
 ** Base sha: 6886a2ca3d3dd1157302ddee424c36f632903bd0
 ** Merge commit sha: f6c5d19f7fb9f83b8a2cbbed692a510146ca7df9
 **/
 scripts/ci/build_x86_64.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/ci/build_x86_64.sh b/scripts/ci/build_x86_64.sh
index 1dc039e96..4cd3ed00f 100755
--- a/scripts/ci/build_x86_64.sh
+++ b/scripts/ci/build_x86_64.sh
@@ -29,8 +29,8 @@  cd ./odp
 
 make clean
 make -j 8
-# Tell some time sensative ODP test that they can be skipped due to not
-# isolated environment.
+# Ignore possible failures there because these tests depends on measurements
+# and systems might differ in performance.
 export CI="true"
 make check