Skip to content

Commit

Permalink
Add exclusion for a test that is too big for Jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Aug 8, 2024
1 parent 42589d4 commit fa4f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test {

jacoco {
// These particular tests produce Jacoco exceptions because of their size
excludes = ['**perlstress**']
excludes = ['**perlstress**', '**start_unicode**']
}
}

Expand Down

0 comments on commit fa4f147

Please sign in to comment.