Skip to content

Commit

Permalink
Fixed ya make
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Jan 18, 2024
1 parent 5a71bcb commit 70de266
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ydb/core/kqp/ut/federated_query/generic/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ PEERDIR(

INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.

IF (OPENSOURCE)
SIZE(MEDIUM)
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
ENDIF()

YQL_LAST_ABI_VERSION()

END()

0 comments on commit 70de266

Please sign in to comment.