TCLethbridge
TCLethbridge
Linting all the implementation test examples would also be a good practice!
have you opened the QA page? It should tell you more. I have seen this test randomly fail in the past, however. WHen you say 'always failing', have you tried...
I just ran Travis again ... it passed fine now. This is an intermittent (relatively rare). I already ignored a couple of similar cases See #757
This will be challenging to fix given that it seems to occur rarely, but more commonly when the CPU is heavily loaded. Try to load down your machine to reproduce.
This is happening about 1/6 of the time on travis. If somebody wants to try analysing it or maybe running it 100 times with some kind of logging to see...
This issue is happening less often now. And it doesn't affect end-users, so I an downloading its priority a bit
This issue is still a problem
If a test is to be deleted, rather than reactivated, or modified and then reactivated, please ask a project leader. Do each small group of changes as a small pull...
The reason for ignore should be commented. Some are legitimate such as in the implementation testing (See issue #2243)
A further related case is that if you have two methods the same, a warning is generated to say one will be ignored, but the precondition is not ignored ```...