diff --git a/test/ActiveRecordFindTest.php b/test/ActiveRecordFindTest.php index 37c2ecd1f..837f5c1aa 100644 --- a/test/ActiveRecordFindTest.php +++ b/test/ActiveRecordFindTest.php @@ -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());