mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
selinux test: disable some tests (not a big deal)
This commit is contained in:
parent
3a858905fe
commit
117fea23ba
2 changed files with 4 additions and 0 deletions
|
@ -1552,6 +1552,8 @@ fn test_nocache_file() {
|
|||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
#[cfg(not(feature = "feat_selinux"))]
|
||||
// Disabled on SELinux for now
|
||||
fn test_skip_past_dev() {
|
||||
// NOTE: This test intends to trigger code which can only be reached with root permissions.
|
||||
let ts = TestScenario::new(util_name!());
|
||||
|
@ -1573,6 +1575,7 @@ fn test_skip_past_dev() {
|
|||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
#[cfg(not(feature = "feat_selinux"))]
|
||||
fn test_seek_past_dev() {
|
||||
// NOTE: This test intends to trigger code which can only be reached with root permissions.
|
||||
let ts = TestScenario::new(util_name!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue