while building kotlin on linux, with 1.0.2 release...
# announcements
a
while building kotlin on linux, with 1.0.2 release and latest git master, i'm getting the same four build errors:
Copy code
FileTreeWalkTest.restrictedAccess:360 expected:<6> but was:<10>
FileTreeWalkTest.withVisitorAndDepth:318 expected:<[1]> but was:<[]>
FilesTest.deleteRecursivelyWithFail:462 Expected incomplete recursive deletion.
FilesTest.copyRecursively:542 Expected value to be true.
is it possible to fix or avoid testing during the build?