We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8a929 + 7366a16 commit 9d7aaffCopy full SHA for 9d7aaff
tests/PhpSpreadsheetTests/Reader/Xlsx/URLImageTest.php
@@ -12,7 +12,8 @@
12
13
class URLImageTest extends TestCase
14
{
15
- public function testURLImageSource(): void
+ // https://github.com/readthedocs/readthedocs.org/issues/11615
16
+ public function xtestURLImageSource(): void
17
18
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
19
self::markTestSkipped('Skipped due to setting of environment variable');
@@ -43,7 +44,7 @@ public function testURLImageSource(): void
43
44
}
45
46
- public function testURLImageSourceNotFound(): void
47
+ public function xtestURLImageSourceNotFound(): void
48
49
50
0 commit comments