Explorar el Código

Deflake Molecule selector tests

pull/5600/head
Slavi Pantaleev hace 5 días
padre
commit
27848fb762
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bin/test-molecule-select-roles.py

+ 1
- 0
bin/test-molecule-select-roles.py Ver fichero

@@ -33,6 +33,7 @@ class SelectionTests(unittest.TestCase):
self.git.run("config", "user.name", "Molecule selector test")
self.git.run("config", "user.email", "test@example.com")
self.git.run("config", "commit.gpgsign", "false")
self.git.run("config", "maintenance.autoDetach", "false")
self.roles = ["matrix-database", "matrix-livekit", "matrix-web"]
self.write(selector.IMAGE_VARS, '\n'.join([
'---',


Cargando…
Cancelar
Guardar