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.

Ignore 13 failing tests on master and v4.1.0

See original GitHub issue

Some of these look like they date back a while. Would you be able to use [Ignore("reason/issue link")] on each failing test to help contributors know whether these failures are relevant to what we are doing?

One bonus is that you’ll be able to run tests in CI and get a nice report of ignored issues in the console output as a TODO.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
mario-d-scommented, Oct 9, 2018

@jonorossi I would like that, but I currently can’t spend much time on open source unfortunately… I would definitely not be able to attain the energy levels of Gavin as he was powering through the work.

That said, it’s high time I personally got up to speed with everything that is (ASP).NET Core. As this seems to be the next priority, perhaps I could help move it forward, but please do not interpret this as a commitment.

0reactions
jnm2commented, Oct 11, 2018

Being able to get more involved would be fun and I might be able to do that in the future, but I also can’t promise.

Back on topic:

Either way, perhaps you know how to make the test code a little better so they don’t fail under mysterious circumstances…

https://github.com/castleproject/Windsor/pull/440

Read more comments on GitHub >

github_iconTop Results From Across the Web

tests failing on master (macOS Monterey / py 3.7) #12615
Bug Report Tests are failing for the master branch on my macOS laptop. A few tests in PEP561Suite are flaky for reasons I...
Read more >
Failed to execute goal org.apache.maven.plugins: ...
This error occurs if some unit test cases are failing. ... succeed with mvn clean install -DskipTests but this will skip the unit...
Read more >
Ignoring unit tests - good and bad reasons when and why?
You cannot ignore a failing test. If the test is wrong it must be fixed. Removing tests that seem redundant is a waste...
Read more >
Suppressing and Skipping Policies
There are two main ways to skip or suppress checks: Suppress individual checks on a per-resource basis; Explicitly run or skip certain checks...
Read more >
doctest — Test interactive Python examples
Note that ELLIPSIS can also be used to ignore the details of the exception message, but such a test may still fail based...
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