Skip to content

Commit

Permalink
Merge pull request quarkusio#17853 from geoand/quarkusio#17824
Browse files Browse the repository at this point in the history
Prevent unlikely NoSuchElementException in continuous testing
  • Loading branch information
stuartwdouglas authored Jun 15, 2021
2 parents d96e20b + 0eeb610 commit cfb94f3
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 cfb94f3

Please sign in to comment.