Skip to content

Commit a3f199f

Browse files
query float test asan (#8161)
1 parent 778f3e8 commit a3f199f

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
@@ -1709,7 +1709,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
17091709
"database": "/Root",
17101710
"action": "execute-script",
17111711
"syntax": "yql_v1",
1712-
"stats": "profile"
1712+
"stats": "none"
17131713
})json";
17141714
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
17151715
const TString response = responseStream.ReadAll();

0 commit comments

Comments
 (0)