ci: fmt the doctor_cli cfg_attr (Format check failed on the prior commit)
This commit is contained in:
@@ -35,7 +35,10 @@ fn build_doctor_cmd(tmp: &TempDir, args: &[&str]) -> Command {
|
|||||||
// main suite passes on Windows; this is the one binary-spawning doctor check
|
// main suite passes on Windows; this is the one binary-spawning doctor check
|
||||||
// that hangs there. Skip it on Windows until the Windows doctor exit/pipe
|
// that hangs there. Skip it on Windows until the Windows doctor exit/pipe
|
||||||
// behavior is fixed; it still runs on Linux/macOS.
|
// behavior is fixed; it still runs on Linux/macOS.
|
||||||
#[cfg_attr(windows, ignore = "doctor --offline hangs on Windows under captured stdout")]
|
#[cfg_attr(
|
||||||
|
windows,
|
||||||
|
ignore = "doctor --offline hangs on Windows under captured stdout"
|
||||||
|
)]
|
||||||
#[test]
|
#[test]
|
||||||
fn doctor_offline_quick_json_emits_valid_payload() {
|
fn doctor_offline_quick_json_emits_valid_payload() {
|
||||||
let tmp = TempDir::new().unwrap();
|
let tmp = TempDir::new().unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user