Skip to content

Commit

Permalink
fix: remove commented out test lines in Azure Batch Pool opts tests. (#…
Browse files Browse the repository at this point in the history
…4914) [ci fast]

Some commented out lines were leftover from 27d01e3 in Azure Batch pool setup tests. This PR uncomments them so they are explicit.

Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
  • Loading branch information
adamrtalbot committed Apr 15, 2024
1 parent 2314974 commit cb607f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -47,8 +47,8 @@ class AzPoolOptsTest extends Specification {
!opts.password
!opts.virtualNetwork
!opts.lowPriority
// !opts.startTask
// !opts.startTaskPrivileged
!opts.startTask.script
!opts.startTask.privileged
}

def 'should create pool with custom options' () {
Expand Down

0 comments on commit cb607f0

Please sign in to comment.