
Previously, some preview server tests were only running for public builds. In the past, these tests were run for both public and non-public builds. The non-public builds tests were disabled in #23576, probably during debugging some failure. This commit fixes it by ensuring the tests are run for both public and non-public builds. PR Close #36837