diff --git a/plugins/nf-quilt/src/test/nextflow/quilt/QuiltProductTest.groovy b/plugins/nf-quilt/src/test/nextflow/quilt/QuiltProductTest.groovy index c45313c0..c92c9af0 100644 --- a/plugins/nf-quilt/src/test/nextflow/quilt/QuiltProductTest.groovy +++ b/plugins/nf-quilt/src/test/nextflow/quilt/QuiltProductTest.groovy @@ -117,6 +117,7 @@ class QuiltProductTest extends QuiltSpecification { !makeProduct('?readme=now').shouldSkip() } + @IgnoreIf({ System.getProperty('os.name').toLowerCase().contains('windows') }) void 'does not create README if readme=SKIP'() { given: QuiltProduct skipREADME = makeProduct('readme=SKIP')