Skip to content

Commit 2f7b863

Browse files
committed
[TEST] Only run sync tests on Travis
1 parent cbad348 commit 2f7b863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444

4545
script:
4646
- vendor/bin/phpunit $PHPUNIT_FLAGS
47-
- vendor/bin/phpunit -c phpunit-integration.xml $PHPUNIT_FLAGS
47+
- vendor/bin/phpunit -c phpunit-integration.xml --group sync $PHPUNIT_FLAGS
4848

4949
after_script:
5050
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then php vendor/bin/coveralls; fi

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function testIntegration($testProcedure, $skip, $setupProcedure, $fileNam
128128

129129
/**
130130
* @dataProvider yamlProvider
131-
* @group sync
131+
* @group async
132132
*/
133133
public function testAsyncIntegration($testProcedure, $skip, $setupProcedure, $fileName)
134134
{

0 commit comments

Comments
 (0)