Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove flaky assertion to fix build on JDK 17
Sometime between JDK 8 and JDK 17, the behavior for List::toArray() changed. Specifically, the type returned for List<String> changed from String[] to Object[]. This commit therefore removes an assertion against this particular JDK-specific behavior. The affected test method retains additional assertions along the same lines but which are not flaky.
- Loading branch information