When porting a portion of PublicApiTest to JvmNative as PublicApiFileTest, one test got duplicated on JVM because the portion that reads resources on Native is not implemented yet so JVM has 533 tests vs the 532 it should have. Fix once Native reading files from resources works.
See: #408