Skip to content

Commit

Permalink
Disable running SPNEGO test in parallel as its SimpleKdcServer server…
Browse files Browse the repository at this point in the history
… binds a static port

Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Nov 15, 2023
1 parent 12e6af1 commit b436c85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
import org.eclipse.jetty.util.resource.ResourceFactory;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.parallel.Isolated;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;
import org.slf4j.Logger;
Expand All @@ -57,6 +58,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;

@Isolated("SimpleKdcServer running on a specific port")
public class SPNEGOAuthenticationTest extends AbstractHttpClientServerTest
{
private static final Logger LOG = LoggerFactory.getLogger(SPNEGOAuthenticationTest.class);
Expand Down

0 comments on commit b436c85

Please sign in to comment.