Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Removed privileged from test utils block
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Jun 8, 2018
1 parent 8662c6b commit ca8c79c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vars/TestUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ class TestUtils {
ttyEnabled: false,
args: '${computer.jnlpmac} ${computer.name}',
command: '',
workingDir: '/tmp',
privileged: true
workingDir: '/tmp'
)
]
) {
Expand Down

0 comments on commit ca8c79c

Please sign in to comment.