epugh commented on code in PR #3253: URL: https://github.com/apache/solr/pull/3253#discussion_r1989361358
########## solr/packaging/test/test_packages.bats: ########## @@ -58,22 +58,24 @@ teardown() { } # This test is useful if you are debugging/working with packages. -# We have commented it out for now since it depends on a live internet +# We have disabled it for now since it depends on a live internet # connection to run. This could be updated with a local Repo server if we had # a package that is part of the Solr project to use. -# @test "deploying and undeploying a cluster level package" { -# run solr start -Denable.packages=true +@test "deploying and undeploying a cluster level package" { + skip "For developing package infra; requires a connection to github" Review Comment: Nice! -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org