-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The following tests were disabled while open-sourcing the test area
- StateSuite.state_single12_1_1.fixed
- StateSuite.state_single12_1_1.flow
- StateSuite.state_single12_3_1.fixed
- StateSuite.state_single12_3_1.flow
- StateSuite.state_single13_1_1.fixed
- StateSuite.state_single13_1_1.flow
- StateSuite.state_single13_3_1.fixed
- StateSuite.state_single13_3_1.flow
- StateSuite.state_multi21.fixed
- StateSuite.state_multi21.flow
- StateSuite.state_multi22.fixed
- StateSuite.state_multi22.flow
- FocusSuite.focus2.fixed.inkstickynote
- FocusSuite.focus2.fixed.stickynote
- FocusSuite.focus4.fixed.inkstickynote
- FocusSuite.focus4.fixed.stickynote
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 methods named as above in the code. ( like search for
state_single12_1_1inStateSuite.cs) - Comment out the
DisabledTestCaseattribute before the test function.
To run the tests in isolation, use the following command
.\RunTests.cmd /Area=Annotations /Name=<test-name>
<test-name> is the full name mentioned above in the list ( e.g. StateSuite.state_single12_1_1.fixed )
For debugging the tests, add the /DebugTests argument in the command above.
Metadata
Metadata
Assignees
Labels
No labels