schutzbot: don't skip image test for fedora iot commit
The SELinux bug has been fixed so there is no need to skip it.
This commit is contained in:
parent
ec19003b70
commit
b6e1e8b4ce
1 changed files with 0 additions and 6 deletions
|
|
@ -84,12 +84,6 @@ cd $WORKING_DIRECTORY
|
|||
|
||||
# Run each test case.
|
||||
for TEST_CASE in $(get_test_cases); do
|
||||
# The fedora_32-x86_64-fedora_iot_commit-boot test has some bugs that
|
||||
# still need to be worked out. See this bug for details:
|
||||
# https://github.com/osbuild/osbuild-composer/issues/798
|
||||
if [[ $TEST_CASE == *fedora_iot_commit* ]]; then
|
||||
continue
|
||||
fi
|
||||
run_test_case $IMAGE_TEST_CASE_RUNNER $TEST_CASE
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue