Skip to content

Commit

Permalink
Remove tests/functional/ydb_cli asan tests from PR (#10987)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Oct 28, 2024
1 parent 63cd70b commit b810042
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ydb/tests/functional/ydb_cli/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
ENV(YDB_ENABLE_COLUMN_TABLES="true")

TIMEOUT(600)
SIZE(MEDIUM)
IF (SANITIZER_TYPE)
TIMEOUT(2400)
SIZE(LARGE)
TAG(ya:fat)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
ENDIF()

DEPENDS(
ydb/apps/ydbd
Expand Down

0 comments on commit b810042

Please sign in to comment.