Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 committed Dec 4, 2024
1 parent 5b2997a commit e700160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,9 @@ Y_UNIT_TEST_SUITE(TOlap) {

Y_UNIT_TEST(CreateTableTtl) {
TTestBasicRuntime runtime;
TTestEnv env(runtime);
TTestEnvOptions options;
options.EnableTieringInColumnShard(true);
TTestEnv env(runtime, options);
ui64 txId = 100;

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

0 comments on commit e700160

Please sign in to comment.