Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-01-03 14:43:03 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-01-03 14:45:50 +0300
commit658c29a5fc49dff3bccaa261abb2ad6f1ea82610 (patch)
tree2293c536991163570202f7ae6dcdce3508705749 /build.xml
parenta7e4fdbe33ca52d193ae0613b2c799f2b26c6394 (diff)
.......... [ZBXNEXT-7081] disabled check for Risky tests
(cherry picked from commit 4bf8c360e36f7db45f2bd7f7498a305ccb6bb3ee) (cherry picked from commit 1a2b1f9a7389e9873468bc58077870100e377e91) (cherry picked from commit 8fa715960edf2fca65440c6f51dc41c8e7a6fe2f)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 330c2b1f7a8..02c872bc627 100644
--- a/build.xml
+++ b/build.xml
@@ -378,6 +378,7 @@
<exec executable="phpunit" dir="ui/tests" failonerror="off">
<arg line="--log-junit=${basedir}/build/logs/phpunit.xml"/>
<arg line="--bootstrap=bootstrap.php"/>
+ <arg line="--dont-report-useless-tests"/>
<arg line="${phpunit_filter}"/>
<arg line="frontend.php"/>
</exec>