diff options
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index c6ab8f493..71ebb6cce 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -128,10 +128,6 @@ tests = [ testGroup "inlines" "docx/links.docx" "docx/links.native" , testCompare - "normalizing adjacent hyperlinks" - "docx/adjacent_links.docx" - "docx/adjacent_links.native" - , testCompare "inline image" "docx/image.docx" "docx/image_no_embed.native" |