We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8441fe commit f9e9457Copy full SHA for f9e9457
1 file changed
render_machine/actions/fix_conformance_test.py
@@ -127,7 +127,6 @@ def execute(self, render_context: RenderContext, previous_action_payload: Any |
127
128
if (
129
issue_reason_code == self.ISSUE_REASON_CODE_CONFORMANCE_TESTS
130
- or issue_reason_code == self.ISSUE_REASON_CODE_CONFLICTING_REQUIREMENTS
131
):
132
render_context.conformance_tests.store_conformance_tests_files(
133
render_context.module_name,
0 commit comments