Skip to content

Commit 90294b5

Browse files
authored
YDBOPS-8928: make connector tests MEDIUM, not LARGE (for OSS ya only) (#892)
* Hack ydb/library/yql/providers/generic/connector/tests to make them MEDIUM, not LARGE (for OSS ya only)
1 parent 5db97d8 commit 90294b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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)
3231

3332
IF (OPENSOURCE)
33+
SIZE(MEDIUM)
3434
SET(TEST_TAGS_VALUE)
3535
SET(TEST_REQUIREMENTS_VALUE)
3636
ENDIF()

0 commit comments

Comments
 (0)