Skip to content

Commit 68d192d

Browse files
ci: limit testTranslateLargeDocument test case to mock server tests
1 parent 9919364 commit 68d192d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TranslateDocumentTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function testTranslateDocumentWithWaiting(?ClientInterface $httpClient)
5555
*/
5656
public function testTranslateLargeDocument(?ClientInterface $httpClient)
5757
{
58+
$this->needsMockServer();
5859
list(, , $exampleLargeDocument, $outputDocumentPath) = $this->tempFiles();
5960

6061
$translator = $this->makeTranslator([TranslatorOptions::HTTP_CLIENT => $httpClient]);

0 commit comments

Comments
 (0)