chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Typemock runner causes some different app.config to be loaded than the one in my test project. This post highlighted the issue as of 7.0.6 I am using 7.0.9.

https://www.typemock.com/answers/11326/

In the meantime maybe there is someone to have the autorunner ignore my tests.
asked by dcompiled (2.3k points)

2 Answers

0 votes
Hi,

This issue is still in our backlog.

Meanwhile, if you want the runner to skip some tests you can use the [DontRun] attribute on the test.

One other thing, you can disable typemock outoRunner and use any other one until we fix it.
answered by alex (17k points)
0 votes
Thanks for the tip, this will suffice for now.
answered by dcompiled (2.3k points)
...