This commit is contained in:
zvonand 2021-07-12 15:39:17 +03:00
parent 9ce1b349b1
commit 4de07ff273

View File

@ -39,7 +39,7 @@ def regression(self, local, clickhouse_binary_path, stress=None, parallel=None):
self.context.cluster = cluster
for i in range(30):
with Module(f"{i}"):
with Module(f"{i}", 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)