Skip to content

Commit 66836e9

Browse files
committed
disable non-working test
1 parent 2d35372 commit 66836e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kqp/ut/pg/kqp_pg_ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3403,7 +3403,7 @@ Y_UNIT_TEST_SUITE(KqpPg) {
34033403
)", FormatResultSetYson(result.GetResultSet(0)));
34043404
}
34053405
}
3406-
3406+
/*
34073407
Y_UNIT_TEST(InsertValuesFromTableWithDefaultAndCast) {
34083408
NKikimrConfig::TAppConfig appConfig;
34093409
appConfig.MutableTableServiceConfig()->SetEnablePreparedDdl(true);
@@ -3446,7 +3446,7 @@ Y_UNIT_TEST_SUITE(KqpPg) {
34463446
)", FormatResultSetYson(result.GetResultSet(0)));
34473447
}
34483448
}
3449-
3449+
*/
34503450
Y_UNIT_TEST(InsertValuesFromTableWithDefaultBool) {
34513451
NKikimrConfig::TAppConfig appConfig;
34523452
appConfig.MutableTableServiceConfig()->SetEnablePreparedDdl(true);

0 commit comments

Comments
 (0)