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

feat: added the skipped option to the testStartInfo of the reportTestStart method #7105

Merged
merged 2 commits into from Jun 23, 2022

Conversation

Aleksey28
Copy link
Collaborator

@Aleksey28 Aleksey28 commented Jun 22, 2022

[closes #7065]

Purpose

Pass the 'skipped' flag to the reporter.reportTestStarted method to indicate that this test is skipped

Approach

  1. Add the skipped option to the testStartInfo
  2. Fix tests

References

#7065

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

@Aleksey28 Aleksey28 temporarily deployed to CI June 22, 2022 13:17 Inactive
@AndreyBelym AndreyBelym merged commit 5558bc2 into DevExpress:master Jun 23, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Release v1.20.0-rc.1 addresses this.

@Aleksey28 Aleksey28 deleted the gh7065 branch October 11, 2022 12:29
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

Successfully merging this pull request may close these issues.

Pass the 'skipped' flag to the reporter.reportTestStarted method to indicate that this test is skipped
2 participants