Skip to content

Commit b75da8b

Browse files
authored
Make UTs reachable (attempt 2) KIKIMR-20902 (#1715)
1 parent 6ac18e5 commit b75da8b

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

ydb/core/tx/replication/service/ut/ya.make

-4
This file was deleted.

ydb/core/tx/replication/service/ya.make

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ YQL_LAST_ABI_VERSION()
2727
END()
2828

2929
RECURSE_FOR_TESTS(
30-
ut
30+
ut_table_writer
31+
ut_topic_reader
3132
)

ydb/core/tx/replication/ut/ya.make

-4
This file was deleted.

ydb/core/tx/replication/ya.make

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ RECURSE(
33
service
44
ydb_proxy
55
)
6-
7-
RECURSE_FOR_TESTS(
8-
ut
9-
)

0 commit comments

Comments
 (0)