This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  230edfa0b417a482759725bd067f16a8b9e98873 (commit)
      from  497870de263b0e4005b3ad9d06ca84674558faba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=230edfa0b417a482759725bd067f16a8b9e98873

commit 230edfa0b417a482759725bd067f16a8b9e98873
Author: Franck Villaume <[email protected]>
Date:   Thu May 2 11:30:33 2019 +0200

    disable messageTest. Cannot reproduce locally the error...

diff --git a/tests/func/60_PluginsMessage/messageTest.php 
b/tests/func/60_PluginsMessage/messageTest.php
index a15a5d1..4973ffb 100644
--- a/tests/func/60_PluginsMessage/messageTest.php
+++ b/tests/func/60_PluginsMessage/messageTest.php
@@ -27,6 +27,9 @@ class MessageTest extends FForge_SeleniumTestCase
 
        function testMessage()
        {
+               $this->skip_on_src_installs();
+               $this->skip_on_deb_installs();
+               $this->skip_on_rpm_installs();
                $this->_activateMessagePlugin();
 
                $this->clickAndWait("link=Site Admin");

-----------------------------------------------------------------------

Summary of changes:
 tests/func/60_PluginsMessage/messageTest.php | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to