The following tests were disabled while open-sourcing the test area
The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.
For re-enabling the tests -
- Search for the above in the code.
- Uncomment the attribute before the test function.
To run the tests in isolation, use the following command
.\RunTests.cmd /Area=Diagnostic /Name=<test-name>
For debugging the tests, add the /DebugTests argument in the command above.
The following tests were disabled while open-sourcing the test area
The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.
For re-enabling the tests -
To run the tests in isolation, use the following command
For debugging the tests, add the
/DebugTestsargument in the command above.