Skip to content

Commit

Permalink
[TASK] Skip another SVG sanitizer test causing seg fault
Browse files Browse the repository at this point in the history
A second test is marked skipped until
an upstream patch is merged and released.

Resolves: #94582
Related: #94565
Related: #94492
Releases: master, 10.4, 9.5
Change-Id: Ia899c47a80bba60840f011766b816af90e160498
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69976
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
lolli42 authored and ohader committed Jul 20, 2021
1 parent 0c78fae commit 5a49b34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public function svgContentIsSanitizedDataProvider(): array
public function svgContentIsSanitized($filePath, $sanitizedFilePath)
{
// @todo re-enable test once https://github.com/darylldoyle/svg-sanitizer/pull/53 is merged
if ($filePath === 'DirtySVG/entity.svg') {
if ($filePath === 'DirtySVG/entity.svg' || $filePath === 'DirtySVG/entity_2.svg') {
self::markTestSkipped('Skipped due experienced segmentation faults');
}
$basePath = dirname(__FILE__, 2) . '/Fixtures/';
Expand Down

0 comments on commit 5a49b34

Please sign in to comment.