Tag flaky test - DistributionTests.testVirtualThreadPool
This commit is contained in:
parent
d5054667df
commit
fab644151a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue