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

Allowing previously passed ats tests to skip execution #15

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

cssherman
Copy link
Collaborator

No description provided.

Comment on lines +107 to +108
if self.test_results[ test_name ].previous_status == PASSED:
self.test_results[ test_name ].status = PASSED
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously passed tests will report skipped instead of passed, so set the correct status here

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Maybe we should set a dedicated status called PREVIOUSLY_PASSED ? Or are these values predefined by ats?

@cssherman
Copy link
Collaborator Author

@CusiniM - this small change seems to fix the problem

Comment on lines +107 to +108
if self.test_results[ test_name ].previous_status == PASSED:
self.test_results[ test_name ].status = PASSED
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Maybe we should set a dedicated status called PREVIOUSLY_PASSED ? Or are these values predefined by ats?

@CusiniM CusiniM merged commit bd68266 into main Apr 26, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants