diff options
author | KrystianUjma <kujma@virtuslab.com> | 2019-05-29 11:18:12 +0200 |
---|---|---|
committer | KrystianUjma <kujma@virtuslab.com> | 2019-05-29 11:18:12 +0200 |
commit | 551a5a83e5e88afcfa584d213951c6e42a3b2109 (patch) | |
tree | 043b4604feb11c3c26df4cc7ece14e7a08cfcbc7 /core/src/test/kotlin | |
parent | 218e7b9bd9b40c7216755f20f5a604b4c37b75d7 (diff) | |
download | dokka-551a5a83e5e88afcfa584d213951c6e42a3b2109.tar.gz dokka-551a5a83e5e88afcfa584d213951c6e42a3b2109.tar.bz2 dokka-551a5a83e5e88afcfa584d213951c6e42a3b2109.zip |
remove ignore from kotlin website html tests
Diffstat (limited to 'core/src/test/kotlin')
-rw-r--r-- | core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt b/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt index 1d5cfa49..32de3fa5 100644 --- a/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt +++ b/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt @@ -111,11 +111,8 @@ abstract class BaseKotlinWebSiteHtmlFormatTest(val analysisPlatform: Platform): } } -@Ignore class JsKotlinWebSiteHtmlFormatTest: BaseKotlinWebSiteHtmlFormatTest(Platform.js) -@Ignore class JvmKotlinWebSiteHtmlFormatTest: BaseKotlinWebSiteHtmlFormatTest(Platform.jvm) -@Ignore class CommonKotlinWebSiteHtmlFormatTest: BaseKotlinWebSiteHtmlFormatTest(Platform.common)
\ No newline at end of file |