From cb607f0738a4fd839e47fab980b942820e70eee3 Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:02:36 +0100 Subject: [PATCH] fix: remove commented out test lines in Azure Batch Pool opts tests. (#4914) [ci fast] Some commented out lines were leftover from https://github.com/nextflow-io/nextflow/commit/27d01e3a2de65bb02d32a0240180c85b7507d03f 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> --- .../test/nextflow/cloud/azure/config/AzPoolOptsTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nf-azure/src/test/nextflow/cloud/azure/config/AzPoolOptsTest.groovy b/plugins/nf-azure/src/test/nextflow/cloud/azure/config/AzPoolOptsTest.groovy index 8007352e83..094868ccc2 100644 --- a/plugins/nf-azure/src/test/nextflow/cloud/azure/config/AzPoolOptsTest.groovy +++ b/plugins/nf-azure/src/test/nextflow/cloud/azure/config/AzPoolOptsTest.groovy @@ -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' () {