playwright: wait until distro and arch have been initialized
On-prem the distro and architecture are set after the wizard has been opened. This triggers a reload of the image types and makes the tests very flaky.
This commit is contained in:
parent
0e7f5d9e7b
commit
fa0560ac4d
3 changed files with 53 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ sudo podman run \
|
|||
--net=host \
|
||||
-v "$PWD:/tests" \
|
||||
-v '/etc:/etc' \
|
||||
-v '/etc/os-release:/etc/os-release' \
|
||||
--privileged \
|
||||
--rm \
|
||||
--init \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue