Skip to content

Commit

Permalink
Prevent unlikely NoSuchElementException in continuous testing
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jun 11, 2021
1 parent f319507 commit 0eeb610
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public void executionSkipped(TestIdentifier testIdentifier, String reason) {
}
}
}
touchedClasses.push(Collections.synchronizedSet(new HashSet<>()));
}

@Override
Expand Down

0 comments on commit 0eeb610

Please sign in to comment.