We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test_generate_dictionary_file unit test is intermittently failing on this line:
test_generate_dictionary_file
ncbo_annotator/test/test_annotator.rb
Line 100 in b1593ae
See the following GitHub Action runs for examples:
https://github.com/ncbo/ncbo_annotator/runs/5698818078 https://github.com/ncbo/ncbo_annotator/runs/6068868691
In subsequent commits with no related code changes the test passes. The overall functionality of the Annotator seems unaffected.
The text was updated successfully, but these errors were encountered:
Fix intermittent unit test failures by adding sleep(1)
c766e2a
fix for #21
alexskr
No branches or pull requests
The
test_generate_dictionary_file
unit test is intermittently failing on this line:ncbo_annotator/test/test_annotator.rb
Line 100 in b1593ae
See the following GitHub Action runs for examples:
https://github.com/ncbo/ncbo_annotator/runs/5698818078
https://github.com/ncbo/ncbo_annotator/runs/6068868691
In subsequent commits with no related code changes the test passes. The overall functionality of the Annotator seems unaffected.
The text was updated successfully, but these errors were encountered: