Fix Flaky Test #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of this PR
test/test_prase_it.py::BaseTests::test_parser_read_all_configuration_variables_raise_allowed_types_errorand prevents it from failing when it is run by itselftest/test_prase_it.py::BaseTests::test_read_envvar_single_file_configto set up a state to pass, but the test fails when it is run by itself otherwiseExpected Result
test/test_prase_it.py::BaseTests::test_parser_read_all_configuration_variables_raise_allowed_types_errorshould pass when run both by itself and aftertest/test_prase_it.py::BaseTests::test_read_envvar_single_file_configActual Result
test/test_prase_it.py::BaseTests::test_parser_read_all_configuration_variables_raise_allowed_types_errorfails when it is run by itselfReproduce the test failure
python3 -m pytest test/test_prase_it.py::BaseTests::test_parser_read_all_configuration_variables_raise_allowed_types_errorWhy the Test Fails
Fix