Skip to content

Commit d8bf17e

Browse files
committed
crosscluster/logical: skip udf test
Informs #138667 Release note: none
1 parent 7b270fe commit d8bf17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/crosscluster/logical/udf_row_processor_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func TestUDFInsertOnly(t *testing.T) {
102102
defer leaktest.AfterTest(t)()
103103
skip.UnderDeadlock(t)
104104
defer log.Scope(t).Close(t)
105+
skip.WithIssue(t, 138667, "flaky in CI")
105106

106107
ctx := context.Background()
107108
tc, s, runnerA, runnerB := setupLogicalTestServer(t, ctx, testClusterBaseClusterArgs, 1)

0 commit comments

Comments
 (0)