Skip to content

Commit

Permalink
Do not parallel sql large tests (#13489)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jan 17, 2025
1 parent 38137f4 commit d132260
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ydb/tests/sql/large/ya.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PY3TEST()
ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")

REQUIREMENTS(ram:48)
REQUIREMENTS(ram:48 cpu:all)

TEST_SRCS(
test_bulkupserts_tpch.py
Expand All @@ -23,6 +23,4 @@ PEERDIR(
ydb/tests/sql/lib
)

FORK_SUBTESTS()

END()

0 comments on commit d132260

Please sign in to comment.