Skip to content

Commit 63e131f

Browse files
committed
Fix for travis config
1 parent 5bb6c28 commit 63e131f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
- export XDEBUG_MODE=coverage
2424

2525
script:
26-
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
26+
- wget -q --waitretry=1 --retry-connrefused -T 30 -O - http://127.0.0.1:9200
2727
- vendor/bin/simple-phpunit --coverage-clover=Tests/App/build/clover.xml 2>/dev/null
2828
- vendor/bin/phpcs -np --standard=PSR2 --ignore=vendor/,Tests/App/,var/ ./
2929

Tests/Functional/Profiler/ElasticsearchProfilerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ public function testGetTime()
8282
*/
8383
public function testCorrectDataLogged()
8484
{
85-
$this->markTestSkipped(
86-
'Skipped until this is fixed: https://github.com/elastic/elasticsearch-php/issues/1113'
87-
);
88-
8985
$imWithoutAliases = $this->getIndexManager('bar');
9086
$imWithoutAliases->getConnection()->setAutocommit(true);
9187
$imWithoutAliases->getRepository()->getById(3);

0 commit comments

Comments
 (0)