Skip to content

Commit

Permalink
query float test asan (ydb-platform#8161)
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen authored and rekby committed Aug 28, 2024
1 parent 6648618 commit fe47a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/viewer/viewer_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ Y_UNIT_TEST_SUITE(Viewer) {
"database": "/Root",
"action": "execute-script",
"syntax": "yql_v1",
"stats": "profile"
"stats": "none"
})json";
const TKeepAliveHttpClient::THttpCode statusCode = httpClient.DoPost("/viewer/query?timeout=600000&base64=false&schema=modern", requestBody, &responseStream, headers);
const TString response = responseStream.ReadAll();
Expand Down

0 comments on commit fe47a19

Please sign in to comment.