Unverified Commit 688c97fc authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Reenable several classloaders test, as now we do not instantiate on native side. (#405)

parent 20de1c87
......@@ -71,14 +71,12 @@ private fun newInstance(loader: ClassLoader, fqName: String, vararg args: Any):
class SeveralClassloaders {
@Test
@Ignore("there's a bug that manifests itself in breaking the rest of tests on MacOS if this is executed")
fun `load skiko in several classloaders (with skiko path)`() {
check(skikoLibraryPath != null)
doTest()
}
@Test
@Ignore("there's a bug that manifests itself in breaking the rest of tests on MacOS if this is executed")
fun `load skiko in several classloaders (without skiko path)`() {
val oldValue = skikoLibraryPath!!
skikoLibraryPath = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment