Skip to content

Commit

Permalink
[Coverage] Disable tests
Browse files Browse the repository at this point in the history
llvm-profdata fails with `Unsupported instrumentation profile format version`.
Disabling for now because code coverage is not enabled for end-users.
  • Loading branch information
sbogolepov committed Apr 28, 2020
1 parent 8243ad5 commit bd35c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/src/main/kotlin/org/jetbrains/kotlin/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ val Project.globalTestArgs: List<String>
}

val Project.testTargetSupportsCodeCoverage: Boolean
get() = this.testTarget.supportsCodeCoverage()
get() = false // Disable until tests are fixed

//endregion

Expand Down

0 comments on commit bd35c80

Please sign in to comment.