Browse Source

Deflake Molecule selector tests

pull/5600/head
Slavi Pantaleev 1 day ago
parent
commit
27848fb762
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bin/test-molecule-select-roles.py

+ 1
- 0
bin/test-molecule-select-roles.py View File

@@ -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([
'---',


Loading…
Cancel
Save