Closed tournierjc closed 3 years ago
Hello @amaggiulli, the test testKahlJaeckelCase is very long (4mn on my computer to run it) and seems to time out the appveyor server. Any thought?
@tournierjc is a new test or an existing one ?
It's a new one
@tournierjc I'll run some profiling on this test , meanwhile you can skip it in CI with this syntax :
[TestCategory("LongRun"), TestMethod()]
[Fact(Skip = "LongRun")]
Hello @amaggiulli, I don't know what's wrong. Just tried to clone my local branch and to launch the tests, everything went fine.
@tournierjc Please skip also the following long running tests that may cause AppVeyor fails :
Done.
Add engines + tests