Skip to content

Commit

Permalink
flaky test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Aug 30, 2024
1 parent ac5ad37 commit fb82a44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
import org.eclipse.jetty.util.thread.QueuedThreadPool;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled // TODO
public class ThreadStarvationTest
{
private Server _server;
Expand All @@ -60,6 +59,7 @@ public void dispose() throws Exception
}

@Test
@Tag("flaky")
public void testDefaultServletSuccess() throws Exception
{
int maxThreads = 6;
Expand Down

0 comments on commit fb82a44

Please sign in to comment.