Merge pull request #24056 from edsantiago/skip-quadlet-flake
CI: skip the flaking quadlet test (temporary)
This commit is contained in:
commit
66139fc266
|
@ -221,6 +221,8 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "quadlet conflict names" {
|
@test "quadlet conflict names" {
|
||||||
|
skip "FIXME: #24047, temporary skip because this is an intense flake"
|
||||||
|
|
||||||
# If two directories in the search have files with the same name, quadlet should
|
# If two directories in the search have files with the same name, quadlet should
|
||||||
# only process the first name
|
# only process the first name
|
||||||
dir1=$PODMAN_TMPDIR/$(random_string)
|
dir1=$PODMAN_TMPDIR/$(random_string)
|
||||||
|
|
Loading…
Reference in New Issue