Revert "test: tentatively disable SELinux tests"

This reverts commit 261a3d191e.
This commit is contained in:
Yu Watanabe
2024-12-08 12:59:16 +09:00
committed by Daan De Meyer
parent 86b236fe99
commit dbf83c6613
2 changed files with 5 additions and 4 deletions

View File

@@ -80,14 +80,14 @@ jobs:
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: fedora
release: rawhide
sanitizers: address,undefined
llvm: 1
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: opensuse
release: tumbleweed
@@ -101,14 +101,14 @@ jobs:
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
- distro: centos
release: "10"
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
relabel: yes
qemu: 0
steps:

View File

@@ -320,6 +320,7 @@ foreach dirname : [
'TEST-03-JOBS',
'TEST-04-JOURNAL',
'TEST-05-RLIMITS',
'TEST-06-SELINUX',
'TEST-07-PID1',
'TEST-08-INITRD',
'TEST-09-REBOOT',