Skip to content

Commit e535aa1

Browse files
authored
W-20049958: Ignore test with native function implementation (#110)
1 parent 9b1a760 commit e535aa1

File tree

1 file changed

+2
-1
lines changed
  • native-cli-integration-tests/src/test/scala/org/mule/weave/clinative

1 file changed

+2
-1
lines changed

native-cli-integration-tests/src/test/scala/org/mule/weave/clinative/TCKCliTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ class TCKCliTest extends AnyFunSpec with Matchers
291291
Array("big_intersection") ++
292292
Array("sql_date_mapping") ++
293293
Array("runtime_run") ++
294-
Array("streaming_binary_inside_value",
294+
Array("is-empty-using-empty-stream",
295+
"streaming_binary_inside_value",
295296
"try-handle-array-value-with-failures",
296297
"try-handle-attribute-delegate-with-failures",
297298
"try-handle-attributes-value-with-failures",

0 commit comments

Comments
 (0)