Skip `IdleConnectionTimeoutReuseTest` when JTreg is configured to run tests using VTs.
The test limits the default VT scheduler to a single platform thread to observe a particular starvation behavior. If the test itself is also run using a VT, a deadlock occurs, and the test times out, as reported in the associated JBS ticket. Skip the test when JTreg uses VTs. --------- - [X] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - Skip `IdleConnectionTimeoutReuseTest` when JTreg uses VTs Changes: https://git.openjdk.org/jdk/pull/32725/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32725&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8391805 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/32725.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32725/head:pull/32725 PR: https://git.openjdk.org/jdk/pull/32725
