Skip to content

Commit 981493b

Browse files
authored
Merge fa311e0 into ca6b15f
2 parents ca6b15f + fa311e0 commit 981493b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/fq/yt/kqp_yt_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def run_test(suite, case, cfg):
212212
if do_custom_query_check(result, sql_query):
213213
return None
214214

215-
if os.path.exists(result.results_file) and full_test_name not in EXCLUDED_CANONIZATION:
216-
return yatest.common.canonical_file(result.results_file)
215+
#if os.path.exists(result.results_file) and full_test_name not in EXCLUDED_CANONIZATION:
216+
# return yatest.common.canonical_file(result.results_file)
217217

218218

219219
def run_file_kqp_no_cache(suite, case, cfg):

0 commit comments

Comments
 (0)