Skip to content

Commit

Permalink
Skip copyToCache on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Nov 1, 2024
1 parent f80cc78 commit caaefd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,3 @@ ${nextflow}
'''
}
```

Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class QuiltPathifyTest extends QuiltSpecification {
'/bkt/pre/suf/fold/FILE.md' | 'bkt#package=pre%2fsuf&path=fold%2fFILE.md'
}

@IgnoreIf({ System.getProperty('os.name').toLowerCase().contains('windows') })
void 'test copyToCache copies overlay file to package folder'() {
when:
Path tempFolder = Files.createTempDirectory('bkt')
Expand Down

0 comments on commit caaefd9

Please sign in to comment.