Fix/remove all skipped tests
See original GitHub issueAll 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 nexttest_issue_266_2.txt
… SKIP: Incorrect imagetest_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
regressiontest_issue_374.txt
… SKIP: Blank page before literal block as block overflows pagetest_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 stylingtest_issue_467.txt
… SKIP: Inline syntax highlighting is not appliedtest_issue_478.txt
… SKIP: Tables in blockquotes inside tables have the wrong widthtest_lists.txt
… SKIP: Padding issue with 5th level liststest_math.txt
… SKIP: Vertical alignment issues with formulaetest_math2.txt
… SKIP: Multitple issues with formulaetest_math_default_role.txt
… SKIP: Vertical alignment issues with math roletest_style_width.txt
… SKIP: Table width is incorrecttest_uml_extension.txt
… SKIP: Plantuml not available on Travis as it’s in Ubuntu 16.04+sphinx-brokenlinks
… SKIP: sphinx-brokenlinks/doc1.pdf is emptysphinx-issue251
… SKIP: A different MD5 checksum is created each timesphinx-markup
… SKIP:cfunc
role is not handled correctly
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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. Andtest_issue_286.txt
andtest_issue_303.txt
are two tests that are being skipped but aren’t yet on that list.We’ve just added 289 to the ignore list as it needs some attention