Skip to content

Commit

Permalink
AbstractIntegrationTest: clarifying skip message for native-repo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Aug 11, 2022
1 parent 19c0523 commit 1503185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@ protected boolean isNativeRepository() {

protected void skipIfNotNativeRepository() {
if (!isNativeRepository()) {
throw new SkipException("Not running on the native repository");
throw new SkipException("Skipping the test designed for the native repository only.");
}
}
}

0 comments on commit 1503185

Please sign in to comment.