Skip to content

Commit

Permalink
YDB FQ: disable integration tests via dqrun (#14059)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Jan 31, 2025
1 parent 9b70c59 commit 1efdace
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
from ydb.library.yql.providers.generic.connector.tests.utils.run.kqprun import KqpRunner

# used in every test.py
runner_types: Final = ("dqrun", "kqprun")
runner_types: Final = (
# "dqrun",
"kqprun",
)


# used in every test.py
Expand Down

0 comments on commit 1efdace

Please sign in to comment.