@@ -25,9 +25,7 @@ import org.mule.weave.v2.utils.DataWeaveVersion
2525import org .mule .weave .v2 .utils .StringHelper .toStringTransformer
2626import org .mule .weave .v2 .version .ComponentVersion
2727import org .scalatest .Assertion
28- import org .scalatest .FunSpec
29- import org .scalatest .Matchers
30- import sun .net .www .protocol .file .FileURLConnection
28+ import org .scalatest .funspec .AnyFunSpec
3129
3230import java .io .ByteArrayInputStream
3331import java .io .File
@@ -46,8 +44,9 @@ import javax.mail.util.ByteArrayDataSource
4644import scala .collection .JavaConverters ._
4745import scala .io .BufferedSource
4846import scala .io .Source
47+ import org .scalatest .matchers .should .Matchers
4948
50- class NativeCliRuntimeIT extends FunSpec
49+ class NativeCliRuntimeIT extends AnyFunSpec
5150 with Matchers
5251 with FolderBasedTest
5352 with ResourceResolver
@@ -357,7 +356,7 @@ class NativeCliRuntimeIT extends FunSpec
357356
358357 override def ignoreTests (): Array [String ] = {
359358 // Encoding issues
360- val baseArray = Array (" csv-invalid-utf8" ) ++
359+ val baseArray = Array (" csv-invalid-utf8" , " splitBy-regex " , " splitBy-string " ) ++
361360 // Fail in java11 because broken backwards
362361 Array (" coerciones_toString" , " date-coercion" ) ++
363362 // Use resources (dwl files) that is present in the Tests but not in Cli (e.g: org::mule::weave::v2::libs::)
0 commit comments