tmater opened a new pull request, #2283: URL: https://github.com/apache/polaris/pull/2283
This change separates the cloud tests into a new Gradle task called cloudTest, allowing them to be executed independently. Previously, these tests were part of the intTest task but were skipped automatically when cloud credentials weren't available. Moving them to a separate task avoids running unnecessary test setup in local and CI environments where cloud integration isn't needed. Tested locally by running both intTest and cloudTest. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org