You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fe/fe-authentication/fe-authentication-handler/src/test/java/org/apache/doris/authentication/handler/AuthenticationPluginManagerTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
32
32
importorg.junit.jupiter.api.Assertions;
33
33
importorg.junit.jupiter.api.BeforeEach;
34
+
importorg.junit.jupiter.api.Disabled;
34
35
importorg.junit.jupiter.api.DisplayName;
35
36
importorg.junit.jupiter.api.Test;
36
37
@@ -63,6 +64,7 @@ void setUp() {
63
64
64
65
@Test
65
66
@DisplayName("UT-HANDLER-PM-001: Plugins loaded automatically from ServiceLoader")
67
+
@Disabled("oidc auth plugin is not bundled in this build")
66
68
voidtestPluginsAutoLoaded() {
67
69
// When - plugins are loaded in constructor automatically
0 commit comments