Skip to content

Commit ee00dd5

Browse files
committed
Delete non-working unit test
1 parent d6cb748 commit ee00dd5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ydb/core/kqp/ut/view/view_ut.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -265,23 +265,6 @@ Y_UNIT_TEST_SUITE(TKQPViewTest) {
265265
);
266266
ExecuteQuery(session, creationQuery);
267267
}
268-
{
269-
// evaluated expression
270-
const TString creationQuery = std::format(R"(
271-
$lambda = ($x) -> {{
272-
RETURN CAST($x as String)
273-
}};
274-
$value = $lambda(true);
275-
276-
CREATE VIEW {} WITH security_invoker = $value AS {};
277-
DROP VIEW {};
278-
)",
279-
path,
280-
query,
281-
path
282-
);
283-
ExecuteQuery(session, creationQuery);
284-
}
285268
}
286269

287270
Y_UNIT_TEST(ListCreatedView) {

0 commit comments

Comments
 (0)