diff --git a/ydb/core/tx/replication/service/ut/ya.make b/ydb/core/tx/replication/service/ut/ya.make deleted file mode 100644 index f2b7b00fd96e..000000000000 --- a/ydb/core/tx/replication/service/ut/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - ../ut_table_writer - ../ut_topic_reader -) diff --git a/ydb/core/tx/replication/service/ya.make b/ydb/core/tx/replication/service/ya.make index 1921843e0331..98187fd3e9a6 100644 --- a/ydb/core/tx/replication/service/ya.make +++ b/ydb/core/tx/replication/service/ya.make @@ -27,5 +27,6 @@ YQL_LAST_ABI_VERSION() END() RECURSE_FOR_TESTS( - ut + ut_table_writer + ut_topic_reader ) diff --git a/ydb/core/tx/replication/ut/ya.make b/ydb/core/tx/replication/ut/ya.make deleted file mode 100644 index bfbed1f09eac..000000000000 --- a/ydb/core/tx/replication/ut/ya.make +++ /dev/null @@ -1,4 +0,0 @@ -RECURSE( - ../service/ut - ../ydb_proxy/ut -) diff --git a/ydb/core/tx/replication/ya.make b/ydb/core/tx/replication/ya.make index 415f12aff5fd..b953244adf42 100644 --- a/ydb/core/tx/replication/ya.make +++ b/ydb/core/tx/replication/ya.make @@ -3,7 +3,3 @@ RECURSE( service ydb_proxy ) - -RECURSE_FOR_TESTS( - ut -)