Skip to content

Commit

Permalink
Disable unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 23, 2024
1 parent ad227b3 commit 41815bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ dependencies {
implementation("com.caoccao.javet:javet:3.0.0") // Linux and Windows
}

// FIXME disable all tests for now until the parser tests have been moved to JavaScript
tasks.withType<Test> {
enabled = false
}

tasks.withType<Javadoc> {
options {
this as CoreJavadocOptions
Expand Down

0 comments on commit 41815bc

Please sign in to comment.