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

Commands to revert specific tests for protobuf fields #370

Open
klingbolt opened this issue Jan 15, 2025 · 0 comments
Open

Commands to revert specific tests for protobuf fields #370

klingbolt opened this issue Jan 15, 2025 · 0 comments

Comments

@klingbolt
Copy link
Contributor

#361 removes several tests from the integration_test directory because the protobuf field is not yet implemented in Burrito. If these files are deemed useful later without changes to the protobuf field, the following code can be used. Single test cases can be called by adding the test name.

git rm -r xml_converter/integration_tests/test_cases/{$TEST_NAME}
git checkout 0418c72d19ff5668ada98d39e8d23cd2ef0ae9bf xml_converter/integration_tests/test_cases/{$TEST_NAME}
git commit -m "reverting directory {$TEST_NAME}"
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