Skip to content

Commit 8270534

Browse files
docs(debug-files): Delete outdated comment (#2962)
This comment is obsolete since #2830 fixed the swallowed logs.
1 parent dee86e7 commit 8270534

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/debug_files/upload.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ fn command_debug_files_upload_mixed_embedded_sources() {
135135
}"#,
136136
),
137137
)
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).
142138
.register_trycmd_test("debug_files/upload/debug_files-upload-mixed-embedded-sources.trycmd")
143139
.with_default_token();
144140
}

0 commit comments

Comments
 (0)