Skip to content

Commit 058f023

Browse files
authored
fixes applied (#8044)
1 parent 49df27d commit 058f023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ydb/tests/library/harness/param_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def kikimr_driver_path():
4646

4747

4848
def kikimr_configure_binary_path():
49-
return yatest_common.binary_path("kikimr/tools/cfg/bin/kikimr_configure")
49+
return yatest_common.binary_path("ydb/tools/cfg/bin/ydb_configure")

ydb/tests/stability/ydb/ya.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ TEST_SRCS(
77

88
TIMEOUT(18000)
99
SIZE(LARGE)
10-
TAG(ya:not_autocheck ya:fat ya:manual)
10+
TAG(ya:not_autocheck ya:fat)
1111

1212
DATA(
13-
arcadia/kikimr/ci/stability/resources
13+
arcadia/ydb/tests/stability/resources
1414
)
1515

1616
DEPENDS(

0 commit comments

Comments
 (0)