Skip to content

Commit

Permalink
remove skip on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Dec 5, 2014
1 parent d0fee44 commit e3abc3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/ActiveRecordFindTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,6 @@ public function test_find_by_pk_should_not_use_limit()

public function test_find_by_datetime()
{
if ( getenv('TRAVIS') ) $this->markTestSkipped(
'The Travis CI environment seems to screw this up for unknonwn reasons; ' .
'see Github #298 (https://github.com/kla/php-activerecord/issues/298)'
);

$now = new DateTime();
$arnow = new ActiveRecord\DateTime();
$arnow->setTimestamp($now->getTimestamp());
Expand Down

0 comments on commit e3abc3a

Please sign in to comment.