question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix/remove all skipped tests

See original GitHub issue

All skipped tests need to be either fixed or removed from the test suite as practically, no one is every going to check them manually.

This is the list of skipped tests as of 30 April 2018:

  • test_image_units_svg.txt … SKIP: Sizes of SVG images are incorrect. They are too small.
  • test_issue_216.txt … SKIP: Output PDF is incorrect.
  • ~test_issue_238.txt … SKIP: Output PDF is incorrect~
  • test_issue_239.txt … SKIP: SVGIMage is backend, but cannot load warning.svg:
  • test_issue_255_2.txt … SKIP: headers have keeptogether attribute set, however if the next
  • test_issue_266_2.txt … SKIP: Incorrect image
  • test_issue_286.txt
  • test_issue_303.txt
  • ~test_issue_310.txt … SKIP: Line numbers are incorrect (see #662, fixed in #663 & #664)~
  • test_issue_312_2.txt … SKIP: Image is too tall for page when width is 80%
  • test_issue_337.txt … SKIP: autoLeading: max regression
  • test_issue_374.txt … SKIP: Blank page before literal block as block overflows page
  • test_issue_378.txt … SKIP: Fails to build PDF: AttributeError: ParaLines instance has no attribute ‘lineBreak’
  • test_issue_390.txt … SKIP: --config switch doesn’t work.
  • test_issue_419.txt … SKIP: Admonitions have limited styling
  • test_issue_467.txt … SKIP: Inline syntax highlighting is not applied
  • test_issue_478.txt … SKIP: Tables in blockquotes inside tables have the wrong width
  • test_lists.txt … SKIP: Padding issue with 5th level lists
  • test_math.txt … SKIP: Vertical alignment issues with formulae
  • test_math2.txt … SKIP: Multitple issues with formulae
  • test_math_default_role.txt … SKIP: Vertical alignment issues with math role
  • test_style_width.txt … SKIP: Table width is incorrect
  • test_uml_extension.txt … SKIP: Plantuml not available on Travis as it’s in Ubuntu 16.04+
  • sphinx-brokenlinks … SKIP: sphinx-brokenlinks/doc1.pdf is empty
  • sphinx-issue251 … SKIP: A different MD5 checksum is created each time
  • sphinx-markup … SKIP: cfunc role is not handled correctly

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nfrapradocommented, Oct 14, 2020

I think this a good candidate for Hacktoberfest, as each test should be solved by a different PR. Consider adding a “hacktoberfest” label to this issue so it gains visibility and more people can help 😃. I’m currently looking into the plantuml test.

Also, test_issue_238.txt from that list is not being skipped anymore. And test_issue_286.txt and test_issue_303.txt are two tests that are being skipped but aren’t yet on that list.

0reactions
lornajanecommented, Jan 10, 2021

We’ve just added 289 to the ignore list as it needs some attention

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove Retried Failed Test from TestNG Report!
So I decided to write this article to solve the problem and try to remove the retried(Skipped) marked Tests from the final TestNG...
Read more >
Remove retried test methods from report - Google Groups
1. Just implement Retry analyzer as usual, Make sure remove skipped test using RetryAnalyzer (hope it will try to fix the issue from...
Read more >
Remove (or fix) duplicate and skipped tests #8481 - GitHub
Problem We have several places where we can either remove tests or activate skipped tests. To fix this we should search through our...
Read more >
How to rerun skipped tests in testNG? - java - Stack Overflow
But it is possible to re-run the skipped test with a little workaround (a long one! ). (Note: I would still suggest the...
Read more >
Skipped unit tests should be either removed or fixed - Jira
Skipped unit tests are considered dead code. Either they should be activated again (and updated) or they should be removed. Message.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found