From 3bd619f13ab52cf3b12c647aad19c13b8f1537fb Mon Sep 17 00:00:00 2001 From: "Dr. Ernie Prabhakar" <19791+drernie@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:06:21 -0700 Subject: [PATCH] pass pkg-test with s3-in --- plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy b/plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy index 37acc7ef..c9ad0723 100644 --- a/plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy +++ b/plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy @@ -52,7 +52,7 @@ class QuiltPkgTest extends QuiltSpecification { static String destVersion() { String manifestVersion = '0.7.17' // FIXME: Get from manifest - return 'dest_' + manifestVersion + return 'dest-' + manifestVersion } void 'should return a package for a valid suffix'() { @@ -81,11 +81,11 @@ class QuiltPkgTest extends QuiltSpecification { pkg != null } - @IgnoreIf({ true }) void 'should confirm contents of dest URI'() { when: QuiltPackage pkg = GetPackage(destVersion()) Path out = pkg.packageDest() + then: pkg.install() then: Files.exists(out.resolve("inputs/$file"))