Skip to content

Commit e700160

Browse files
committed
fix test
1 parent 5b2997a commit e700160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,9 @@ Y_UNIT_TEST_SUITE(TOlap) {
426426

427427
Y_UNIT_TEST(CreateTableTtl) {
428428
TTestBasicRuntime runtime;
429-
TTestEnv env(runtime);
429+
TTestEnvOptions options;
430+
options.EnableTieringInColumnShard(true);
431+
TTestEnv env(runtime, options);
430432
ui64 txId = 100;
431433

432434
TestCreateOlapStore(runtime, ++txId, "/MyRoot", defaultStoreSchema);

0 commit comments

Comments
 (0)