ci: disable TEST 99

1. people got annoyed by merge conflicts
2. spec file can be update per release
3. uses "mount" preventing container testing
master
Harald Hoyer 2021-02-05 16:51:26 +01:00 committed by Harald Hoyer
parent 457e7b7a4a
commit 1211d6a3fb
4 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,6 @@ jobs:
"51",
"60",
"61",
"99",
]
fail-fast: false
steps:

View File

@ -43,7 +43,6 @@ jobs:
"51",
"60",
"61",
"99",
]
fail-fast: false
steps:

View File

@ -43,7 +43,6 @@ jobs:
"51",
"60",
"61",
"99",
]
fail-fast: false
steps:

View File

@ -3,6 +3,8 @@
TEST_DESCRIPTION="rpm integrity after dracut and kernel install"

test_check() {
# disable for now
return 1
command -v rpm &>/dev/null && ( command -v yum || command -v dnf ) &>/dev/null
}