mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 23:08:04 -02:30
remove unnecessary references to bwrap, bubblewrap, and proot
This commit is contained in:
@@ -725,7 +725,6 @@ class TestIsolatedExecution(TestJobExecution):
|
||||
extra_vars = json.loads(extra_vars)
|
||||
assert extra_vars['dest'] == '/tmp'
|
||||
assert extra_vars['src'] == private_data
|
||||
assert extra_vars['proot_temp_dir'].startswith('/tmp/awx_proot_')
|
||||
|
||||
def test_systemctl_failure(self):
|
||||
# If systemctl fails, read the contents of `artifacts/systemctl_logs`
|
||||
|
||||
Reference in New Issue
Block a user