We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f34d1 commit 1e5c168Copy full SHA for 1e5c168
test-framework/sudo-compliance-tests/src/sudo/flag_list/short_format/mod.rs
@@ -233,6 +233,7 @@ fn cwd_across_runas_groups() -> Result<()> {
233
Ok(())
234
}
235
236
+#[ignore = "gh974"]
237
#[test]
238
fn cwd_override_across_runas_groups() -> Result<()> {
239
let stdout = sudo_list_of(&format!(
@@ -299,6 +300,7 @@ fn passwd_across_runas_groups() -> Result<()> {
299
300
301
302
303
304
305
fn nopasswd_passwd_override_across_runas_groups() -> Result<()> {
306
0 commit comments