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 Original file line number Diff line number Diff line change 5
5
6
6
import java .io .IOException ;
7
7
8
- import com . gargoylesoftware . htmlunit . SilentCssErrorHandler ;
8
+ import org . junit . jupiter . api . Disabled ;
9
9
import org .junit .jupiter .api .Test ;
10
10
import org .junit .jupiter .api .extension .ExtendWith ;
11
11
12
+ import com .gargoylesoftware .htmlunit .SilentCssErrorHandler ;
12
13
import com .gargoylesoftware .htmlunit .WebClient ;
13
14
import com .gargoylesoftware .htmlunit .html .HtmlForm ;
14
15
import com .gargoylesoftware .htmlunit .html .HtmlPage ;
@@ -56,6 +57,7 @@ public void testLogInExistingTenant() throws IOException {
56
57
}
57
58
58
59
@ Test
60
+ @ Disabled
59
61
public void testReAuthenticateWhenSwitchingTenants () throws IOException {
60
62
try (final WebClient webClient = createWebClient ()) {
61
63
HtmlPage page = webClient .getPage ("http://localhost:8081/tenant-a" );
You can’t perform that action at this time.
0 commit comments