Skip to content

Commit

Permalink
Skipping test due to intermittent issues at calling API
Browse files Browse the repository at this point in the history
  • Loading branch information
epalmans committed May 1, 2024
1 parent e685b27 commit bad4730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ApiFoodTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ public function testApiSearch(): void

public function testFacets(): void
{
$this->markTestSkipped('Skipped due to intermittent issues at calling API. Replace with mocks?');

$collection = $this->api->getIngredients();

Check failure on line 149 in tests/ApiFoodTest.php

View workflow job for this annotation

GitHub Actions / Tests - PHP 8.1

Unreachable statement - code above always terminates.

Check failure on line 149 in tests/ApiFoodTest.php

View workflow job for this annotation

GitHub Actions / Tests - PHP 8.2

Unreachable statement - code above always terminates.

Check failure on line 149 in tests/ApiFoodTest.php

View workflow job for this annotation

GitHub Actions / Tests - PHP 8.2

Unreachable statement - code above always terminates.

Check failure on line 149 in tests/ApiFoodTest.php

View workflow job for this annotation

GitHub Actions / Tests - PHP 8.1

Unreachable statement - code above always terminates.
$this->assertInstanceOf(Collection::class, $collection);
$this->assertEquals(Collection::defaultPageSize, $collection->pageCount());
Expand Down

0 comments on commit bad4730

Please sign in to comment.