We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0799d commit 8cf993bCopy full SHA for 8cf993b
kerberos/regression.py
@@ -90,9 +90,9 @@ def regression(
90
for node in nodes["clickhouse"]:
91
experimental_analyzer(node=cluster.node(node), with_analyzer=with_analyzer)
92
93
- # Feature(run=load("kerberos.tests.generic", "generic"), flags=TE)
94
- # Feature(run=load("kerberos.tests.config", "config"), flags=TE)
95
- # Feature(run=load("kerberos.tests.parallel", "parallel"), flags=TE)
+ Feature(run=load("kerberos.tests.generic", "generic"), flags=TE)
+ Feature(run=load("kerberos.tests.config", "config"), flags=TE)
+ Feature(run=load("kerberos.tests.parallel", "parallel"), flags=TE)
96
Feature(
97
run=load("kerberos.tests.with_other_auth_methods", "feature"),
98
flags=TE,
0 commit comments