@@ -1102,6 +1102,8 @@ fn test_ls_long() {
1102
1102
1103
1103
#[ cfg( not( windows) ) ]
1104
1104
#[ test]
1105
+ #[ cfg( not( feature = "feat_selinux" ) ) ]
1106
+ // Disabled on the SELinux runner for now
1105
1107
fn test_ls_long_format ( ) {
1106
1108
let scene = TestScenario :: new ( util_name ! ( ) ) ;
1107
1109
let at = & scene. fixtures ;
@@ -1474,6 +1476,8 @@ fn test_ls_long_total_size() {
1474
1476
}
1475
1477
1476
1478
#[ test]
1479
+ #[ cfg( not( feature = "feat_selinux" ) ) ]
1480
+ // Disabled on the SELinux runner for now
1477
1481
fn test_ls_long_formats ( ) {
1478
1482
let scene = TestScenario :: new ( util_name ! ( ) ) ;
1479
1483
let at = & scene. fixtures ;
@@ -2749,6 +2753,8 @@ fn test_ls_color() {
2749
2753
2750
2754
#[ cfg( unix) ]
2751
2755
#[ test]
2756
+ #[ cfg( not( feature = "feat_selinux" ) ) ]
2757
+ // Disabled on the SELinux runner for now
2752
2758
fn test_ls_inode ( ) {
2753
2759
let scene = TestScenario :: new ( util_name ! ( ) ) ;
2754
2760
let at = & scene. fixtures ;
@@ -5279,6 +5285,8 @@ fn test_acl_display() {
5279
5285
// setting is also configured).
5280
5286
#[ cfg( unix) ]
5281
5287
#[ test]
5288
+ #[ cfg( not( feature = "feat_selinux" ) ) ]
5289
+ // Disabled on the SELinux runner for now
5282
5290
fn test_ls_color_norm ( ) {
5283
5291
let scene = TestScenario :: new ( util_name ! ( ) ) ;
5284
5292
let at = & scene. fixtures ;
0 commit comments