Skip to content

Commit 1e5c168

Browse files
committed
ignore these tests for now
1 parent a7f34d1 commit 1e5c168

File tree

1 file changed

+2
-0
lines changed
  • test-framework/sudo-compliance-tests/src/sudo/flag_list/short_format

1 file changed

+2
-0
lines changed

test-framework/sudo-compliance-tests/src/sudo/flag_list/short_format/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ fn cwd_across_runas_groups() -> Result<()> {
233233
Ok(())
234234
}
235235

236+
#[ignore = "gh974"]
236237
#[test]
237238
fn cwd_override_across_runas_groups() -> Result<()> {
238239
let stdout = sudo_list_of(&format!(
@@ -299,6 +300,7 @@ fn passwd_across_runas_groups() -> Result<()> {
299300
Ok(())
300301
}
301302

303+
#[ignore = "gh974"]
302304
#[test]
303305
fn nopasswd_passwd_override_across_runas_groups() -> Result<()> {
304306
let stdout = sudo_list_of(&format!(

0 commit comments

Comments
 (0)