-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): disable the metrics port of all cli tests (#2154)
fix(tests): disable the metrics port of all cli tests otherwise they won't run due to "Address already in use (os error 48)". Somehow one is missing... This still does not work: ``` > cargo test -- --ignored cli running 11 tests test cli_provide_addresses ... ok test cli_bao_store_migration ... ok test cli_provide_one_file_single_stdout ... ok test cli_provide_one_file_basic ... FAILED test cli_provide_folder ... FAILED test cli_provide_persistence ... ok test cli_provide_one_file_single_path ... ok test cli_provide_from_stdin_to_stdout ... FAILED test cli_provide_tree ... FAILED test cli_rpc_lock_restart ... ok ``` ## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates if relevant. - [x] Tests if relevant.
- Loading branch information
Showing
2 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters