Skip to content

Commit

Permalink
Tests - ignore failed live tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pekral committed Nov 18, 2020
1 parent e46d833 commit 1b99134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public function testMakeCustomRequest(): void

public function testRunBackendProcesses(): void
{
$this->markTestSkipped('Live tests is disabled here');
$client = new Client(Config::HOST, Config::COMPANY, Config::USERNAME, Config::PASSWORD, 'pokladni-pohyb', false);
$results = $client->callRequest(Method::get(Method::POST), 'automaticke-parovani', [], [], []);

Expand Down

0 comments on commit 1b99134

Please sign in to comment.