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 b010a5844fb7b1d33df2313cdc135ceaa5f61d20 (commit)
from 32b8943c336e33d4074749d8766a539985265d9a (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=b010a5844fb7b1d33df2313cdc135ceaa5f61d20
commit b010a5844fb7b1d33df2313cdc135ceaa5f61d20
Author: Franck Villaume <[email protected]>
Date: Thu Jun 8 12:32:24 2017 +0000
disable repositoryapi test until further notice
diff --git a/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
b/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
index 64c8ebf..46386fc 100644
--- a/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
+++ b/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
@@ -27,6 +27,12 @@ class RepositoryAPI extends FForge_SeleniumTestCase
function testRepositoryAPI()
{
+ $this->skip_on_src_installs();
+ $this->skip_on_deb_installs();
+ $this->skip_on_rpm_installs();
+ $this->skip_on_debian();
+ $this->skip_on_centos();
+
$this->loadAndCacheFixture();
$this->activatePlugin('repositoryapi');
-----------------------------------------------------------------------
Summary of changes:
tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits