You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tests] Remove tests to fix build with JDK<17 (#124702)
This PR removes test-cluster tests added in #124661 Subproject
`:test:test-cluster` uses Java 17 source API so it is compiled with this
version. If the tests are run with Java <16 they would fail. We want to
keep the test-cluster code with Java 17 and the value of these tests are
low so they have been removed. They will be kept on the newer branches.
0 commit comments