Skip to content

Commit

Permalink
copyFile requires WRITE_BUCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 23, 2024
1 parent a0ad1de commit a031a89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class QuiltProductTest extends QuiltSpecification {
quilt_summarize.size() == 1
}

@IgnoreIf({ env.WRITE_BUCKET == null })
void 'should copyFile'() {
given:
QuiltProduct product = makeWriteProduct()
Expand Down

0 comments on commit a031a89

Please sign in to comment.