Skip to content

Commit e616bbd

Browse files
committed
Makr tests skipped
1 parent 64e6d4e commit e616bbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Scrapers/GenericScraperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class GenericScraperTest extends TestCase
1313
#[DataProvider('provideUrls')]
1414
public function testScrape(string $url): void
1515
{
16+
$this->markTestSkipped('These tests are still too flakey, will be updated when scraping gets refactored.');
17+
1618
// We test simple data here, it's too much work to keep everything in sync with the website changes
1719
$scraper = Manager::scrape($url);
1820
$result = $scraper->toArray();

0 commit comments

Comments
 (0)