question

BoncekJohn-9525 avatar image
0 Votes"
BoncekJohn-9525 asked PengGe-MSFT commented

VS 2013 – always runs tests after build

Visual Studio Premium 2013, Version 12.0.40629.00 Update 5, with Microsoft::VisualStudio::CppUnitTestFramework, is running tests after every build (large project, C++). Sometimes it shows Tests > Test Settings > Keep Test Execution Engine Running checked but usually not. I've tried toggling that on and off but it makes no difference. How can I turn this behavior off?

vs-testing
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PengGe-MSFT avatar image
0 Votes"
PengGe-MSFT answered PengGe-MSFT commented

Hi @BoncekJohn-9525

I cannot reproduce your issue on my side.
Have you installed any related extensions? You can try to create a new project to check whether the issue will appear.
You can also use the ResetSettings and SafeMode commands to start Visual Studio.

Sincerely,
Peng


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I've uninstalled Google Test Adapter, which seems to be the only related extension, but the problem persists. How would use of ResetSettings or SafeMode help to diagnose the problem?

0 Votes 0 ·

Hi @BoncekJohn-9525
You can refer to this document.
By the way, does your project have a configuration for automatic testing?


0 Votes 0 ·