Skip to content

Commit 551dae9

Browse files
StekPerepolnenadameat
authored andcommitted
query float test asan (ydb-platform#8161)
1 parent 4625026 commit 551dae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/viewer_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
17051705
"database": "/Root",
17061706
"action": "execute-script",
17071707
"syntax": "yql_v1",
1708-
"stats": "profile"
1708+
"stats": "none"
17091709
})json";
17101710
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
17111711
const TString response = responseStream.ReadAll();

0 commit comments

Comments
 (0)