Skip to content

Commit ea5c083

Browse files
committed
test(nf-tower): verify interrupt flag is clear when saveFiles is called
1 parent 4981d90 commit ea5c083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/nf-tower/src/test/io/seqera/tower/plugin/LogsCheckpointTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class LogsCheckpointTest extends Specification {
9797
checkpoint.onFlowComplete()
9898

9999
then:
100-
1 * handler.saveFiles()
100+
1 * handler.saveFiles() >> { assert !Thread.currentThread().isInterrupted() }
101101

102102
cleanup:
103103
SysEnv.pop()

0 commit comments

Comments
 (0)