Skip to content

Commit 527eb5c

Browse files
authored
Merge pull request quarkusio#544 from sberyozkin/disable_multitenancy_test
Disable one of multitenancy quickstart tests
2 parents d8141eb + 093e3aa commit 527eb5c

File tree

1 file changed

+3
-1
lines changed
  • security-openid-connect-multi-tenancy/src/test/java/org/acme/quickstart/oidc

1 file changed

+3
-1
lines changed

security-openid-connect-multi-tenancy/src/test/java/org/acme/quickstart/oidc/CodeFlowTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
import java.io.IOException;
77

8-
import com.gargoylesoftware.htmlunit.SilentCssErrorHandler;
8+
import org.junit.jupiter.api.Disabled;
99
import org.junit.jupiter.api.Test;
1010
import org.junit.jupiter.api.extension.ExtendWith;
1111

12+
import com.gargoylesoftware.htmlunit.SilentCssErrorHandler;
1213
import com.gargoylesoftware.htmlunit.WebClient;
1314
import com.gargoylesoftware.htmlunit.html.HtmlForm;
1415
import com.gargoylesoftware.htmlunit.html.HtmlPage;
@@ -56,6 +57,7 @@ public void testLogInExistingTenant() throws IOException {
5657
}
5758

5859
@Test
60+
@Disabled
5961
public void testReAuthenticateWhenSwitchingTenants() throws IOException {
6062
try (final WebClient webClient = createWebClient()) {
6163
HtmlPage page = webClient.getPage("http://localhost:8081/tenant-a");

0 commit comments

Comments
 (0)