File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1552,6 +1552,8 @@ fn test_nocache_file() {
15521552
15531553#[ test]
15541554#[ cfg( unix) ]
1555+ #[ cfg( not( feature = "feat_selinux" ) ) ]
1556+ // Disabled on SELinux for now
15551557fn test_skip_past_dev ( ) {
15561558 // NOTE: This test intends to trigger code which can only be reached with root permissions.
15571559 let ts = TestScenario :: new ( util_name ! ( ) ) ;
@@ -1573,6 +1575,7 @@ fn test_skip_past_dev() {
15731575
15741576#[ test]
15751577#[ cfg( unix) ]
1578+ #[ cfg( not( feature = "feat_selinux" ) ) ]
15761579fn test_seek_past_dev ( ) {
15771580 // NOTE: This test intends to trigger code which can only be reached with root permissions.
15781581 let ts = TestScenario :: new ( util_name ! ( ) ) ;
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ fn test_type_option() {
285285
286286#[ test]
287287#[ cfg( not( any( target_os = "freebsd" , target_os = "windows" ) ) ) ] // FIXME: fix test for FreeBSD & Win
288+ #[ cfg( not( feature = "feat_selinux" ) ) ]
288289fn test_type_option_with_file ( ) {
289290 let fs_type = new_ucmd ! ( )
290291 . args ( & [ "--output=fstype" , "." ] )
You can’t perform that action at this time.
0 commit comments