Skip to content

Commit

Permalink
Disable these for now, for the benefit of using containers in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 2, 2015
1 parent 70cbf2a commit a71ca70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/Vcs/test/Horde/Vcs/CvsTest.php
Expand Up @@ -16,6 +16,7 @@ class Horde_Vcs_CvsTest extends Horde_Vcs_TestBase
{
public function setUp()
{
$this->markTestIncomplete('No RCS available on Travis at the moment.');
if (!self::$conf) {
$this->markTestSkipped('No test configuration');
}
Expand Down
1 change: 1 addition & 0 deletions framework/Vcs/test/Horde/Vcs/RcsTest.php
Expand Up @@ -16,6 +16,7 @@ class Horde_Vcs_RcsTest extends Horde_Vcs_TestBase
{
public function setUp()
{
$this->markTestIncomplete('No RCS available on Travis at the moment.');
if (!self::$conf) {
$this->markTestSkipped('No test configuration');
}
Expand Down

0 comments on commit a71ca70

Please sign in to comment.