Tag flaky test - DistributionTests.testVirtualThreadPool

This commit is contained in:
Joakim Erdfelt 2022-12-06 09:32:15 -06:00
parent d5054667df
commit fab644151a
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@ public class DistributionTests extends AbstractJettyHomeTest
@Test
@DisabledForJreRange(max = JRE.JAVA_18)
@Tag("flaky")
public void testVirtualThreadPool() throws Exception
{
String jettyVersion = System.getProperty("jettyVersion");