This is another PR on the same matter as #1531, as the previous one got stuck due to some GH Actions failure to report the status of the builds.
Previously, some of CatchUpTest methods were grouped into @Nested tests. It made impossible to override/disable them in our "descendant" libraries, such as gcloud-java.
This is another PR on the same matter as #1531, as the previous one got stuck due to some GH Actions failure to report the status of the builds.
Previously, some of
CatchUpTest
methods were grouped into@Nested
tests. It made impossible to override/disable them in our "descendant" libraries, such asgcloud-java
.This PR restores the original behavior.