[Gradle, K/N] Remove check for export API from libraries producing test

This commit is contained in:
Alexander.Likhachev
2020-10-14 01:57:29 +03:00
parent 72ad581fe4
commit e505c6473d
@@ -206,13 +206,6 @@ class GeneralNativeIT : BaseGradleIT() {
assertTasksUpToDate(klibTask)
assertTasksExecuted(linkTasks[0])
}
build(":assemble") {
assertFailed()
val failureMsg = "Following dependencies exported in the debugShared binary " +
"are not specified as API-dependencies of a corresponding source set"
assertTrue(output.contains(failureMsg))
}
}
@Test