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 dee86e7 commit 8270534Copy full SHA for 8270534
1 file changed
tests/integration/debug_files/upload.rs
@@ -135,10 +135,6 @@ fn command_debug_files_upload_mixed_embedded_sources() {
135
}"#,
136
),
137
)
138
- // TODO this isn't tested properly at the moment, because `indicatif` ProgressBar (at least at the current version)
139
- // swallows debug logs printed while the progress bar is active and the session is not attended.
140
- // See how it's supposed to look like `debug_files-bundle_sources-mixed-embedded-sources.trycmd` and try it out
141
- // after an update of `indicatif` to the latest version (currently it's blocked by some other issues).
142
.register_trycmd_test("debug_files/upload/debug_files-upload-mixed-embedded-sources.trycmd")
143
.with_default_token();
144
}
0 commit comments