From 5deb04029e8c61881eafaef35373e8304018aecd Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Fri, 6 Oct 2023 12:50:55 -0400 Subject: [PATCH] Temporarily disable tests involving data-mw-i18n output These will be updated in I84296d802382131b47fda097878df43e2f6f46ff but we need to break a cyclic dependency. Change-Id: I1842447492361fd9eb870b2573eaa50c51cf24fc --- tests/parser/imageMapParserTests.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/parser/imageMapParserTests.txt b/tests/parser/imageMapParserTests.txt index e9e3f42..fe7c87e 100644 --- a/tests/parser/imageMapParserTests.txt +++ b/tests/parser/imageMapParserTests.txt @@ -105,7 +105,7 @@ Empty imagemap !! html/php

Error: Must specify an image in the first line.

-!! html/parsoid +!! html/parsoid-disabled

imagemap_no_image

!! end @@ -117,7 +117,7 @@ Invalid image title !! html/php

Error: Must specify an image in the first line.

-!! html/parsoid +!! html/parsoid-disabled

imagemap_no_image

!! end @@ -129,7 +129,7 @@ File:Nopenopenope.jpg !! html/php

Error: Image is invalid or non-existent.

-!! html/parsoid +!! html/parsoid-disabled

imagemap_invalid_image

!! end @@ -314,6 +314,6 @@ Foobar.jpg !! html/php

Error: Must specify an image in the first line.

-!! html/parsoid +!! html/parsoid-disabled

imagemap_no_image

!! end