Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Fix and Re-enable ] Annotations Area - Feature Tests #97

Open
16 tasks
dipeshmsft opened this issue Mar 2, 2023 · 0 comments
Open
16 tasks

[ Fix and Re-enable ] Annotations Area - Feature Tests #97

dipeshmsft opened this issue Mar 2, 2023 · 0 comments

Comments

@dipeshmsft
Copy link
Member

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 -

  1. Search for the methods named as above in the code. ( like search for state_single12_1_1 in StateSuite.cs )
  2. Comment out the DisabledTestCase attribute 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant