From 14ee88262d39e58945806a82b7ac2e3c291162f0 Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Sat, 10 Dec 2022 19:41:24 +0400 Subject: [PATCH] Removed SELECT statement that is not supported on some remote endpoints --- ut/client_ut.cpp | 1 - ut/ssl_ut.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/ut/client_ut.cpp b/ut/client_ut.cpp index 6a0af56b..104da97b 100644 --- a/ut/client_ut.cpp +++ b/ut/client_ut.cpp @@ -1196,7 +1196,6 @@ const auto QUERIES = std::vector{ "SELECT fqdn()", "SELECT buildId()", "SELECT uptime()", - "SELECT filesystemFree()", "SELECT now()" }; } diff --git a/ut/ssl_ut.cpp b/ut/ssl_ut.cpp index f68db08c..cd567422 100644 --- a/ut/ssl_ut.cpp +++ b/ut/ssl_ut.cpp @@ -16,7 +16,6 @@ namespace { "SELECT fqdn()", "SELECT buildId()", "SELECT uptime()", - "SELECT filesystemFree()", "SELECT now()" }; }