[RESTRICT AUTOMERGE] Remove test until Feb Security Bulletin lands.

Reasoning:
Fix for b/175528568 was merged into rvc-dev and automerged
to mainline-release this changes the behaviour and tests for
HostnameVerifier in the platform.

HostnameVerifierTest is part of MtsConscryptTestCases so MTS
picked up the new test expectations.

mainline-release-daily is tested by installing the latest
modules on the latest RVC release and running MTS.  Because the
Feb bulletin has not yet landed, HostnameVerifier has the old
behaviour and the tests fail.

The correct fix is to make the test expectation different
depending on the security patch level (SPL) of the device,
however 1) SPL date is not yet known as the bulletin had not
yet landed.  2) Reading the device SPL requires framework code
which we can't call from libcore tests.

The framework code is a thin wrapper which reads a system
property, so the correct long term fix here is probably to add
functionality to libcore read system properties independent
of the framework as we have other potential use cases
(e.g. detecting "NIAP mode").

Short term fix is to remove this test until the Feb bulletin
lands and is in use in the base images used for mainline testing.

Bug: 175528568
Bug: 176209555
Bug: 177412090
Test: TH
Change-Id: Ia3ddc32e0c4091bd73a9862db0b1a2ccb7d4cf2d
(cherry picked from commit 8c5c1f8b4d82ae21e867fcacbaa1e2f0e74a4b01)
1 file changed