Skip to content

Commit

Permalink
skip README test
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Nov 1, 2024
1 parent caaefd9 commit 1641371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1641371

Please sign in to comment.