Skip to content

Commit 82b6677

Browse files
committed
Hack ydb/library/yql/providers/generic/connector/tests to make them MEDIUM, not LARGE (for OSS ya only)
1 parent 993430a commit 82b6677

File tree

1 file changed

+2
-2
lines changed
  • ydb/library/yql/providers/generic/connector/tests

1 file changed

+2
-2
lines changed

ydb/library/yql/providers/generic/connector/tests/ya.make

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
2828
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
2929
# which makes it impossible to run them during precommit checks on Github CI.
3030
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
31-
SIZE(MEDIUM)
32-
3331
IF (OPENSOURCE)
32+
SIZE(MEDIUM)
33+
3434
SET(TEST_TAGS_VALUE)
3535
SET(TEST_REQUIREMENTS_VALUE)
3636
ENDIF()

0 commit comments

Comments
 (0)