File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
exec/java-exec/src/test/java/org/apache/drill/exec/server/rest/spnego Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 67
67
/**
68
68
* Test for validating {@link DrillSpnegoAuthenticator}
69
69
*/
70
- @ Ignore ("See DRILL-5387" )
71
70
@ Category (SecurityTest .class )
72
71
public class TestDrillSpnegoAuthenticator extends BaseTest {
73
72
@@ -81,7 +80,7 @@ public class TestDrillSpnegoAuthenticator extends BaseTest {
81
80
82
81
@ BeforeClass
83
82
public static void setupTest () throws Exception {
84
- spnegoHelper = new KerberosHelper (TestSpnegoAuthentication .class .getSimpleName (), primaryName );
83
+ spnegoHelper = new KerberosHelper (TestDrillSpnegoAuthenticator .class .getSimpleName (), primaryName );
85
84
spnegoHelper .setupKdc (dirTestWatcher .getTmpDir ());
86
85
87
86
// (1) Refresh Kerberos config.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class TestSpnegoConfig extends BaseTest {
55
55
56
56
@ BeforeClass
57
57
public static void setupTest () throws Exception {
58
- spnegoHelper = new KerberosHelper (TestSpnegoAuthentication .class .getSimpleName (), primaryName );
58
+ spnegoHelper = new KerberosHelper (TestSpnegoConfig .class .getSimpleName (), primaryName );
59
59
spnegoHelper .setupKdc (dirTestWatcher .getTmpDir ());
60
60
61
61
// (1) Refresh Kerberos config.
You can’t perform that action at this time.
0 commit comments