Merge pull request #4169 from oleibman/urltests

Disable 2 Tests
This commit is contained in:
oleibman
2024-09-24 05:06:31 +00:00
committed by GitHub
@@ -12,7 +12,8 @@ use PHPUnit\Framework\TestCase;
class URLImageTest extends TestCase
{
public function testURLImageSource(): void
// https://github.com/readthedocs/readthedocs.org/issues/11615
public function xtestURLImageSource(): void
{
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
self::markTestSkipped('Skipped due to setting of environment variable');
@@ -43,7 +44,7 @@ class URLImageTest extends TestCase
}
}
public function testURLImageSourceNotFound(): void
public function xtestURLImageSourceNotFound(): void
{
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
self::markTestSkipped('Skipped due to setting of environment variable');