Skip to content

Commit

Permalink
Revert "EDU-6722: enable tests for AS 233"
Browse files Browse the repository at this point in the history
This reverts commit e770435.
Because of JetBrains/intellij-platform-gradle-plugin#1585, running tests with AS can fail
  • Loading branch information
Undin committed Apr 7, 2024
1 parent b00e710 commit 38ce0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ project("Edu-Android") {
testImplementation(project(":intellij-plugin:jvm-core", "testOutput"))
}

// BACKCOMPAT: enable when 241 studio is available
// BACKCOMPAT: enable when 233 studio is available
tasks.withType<Test> {
enabled = environmentName.toInt() < 241
enabled = environmentName.toInt() < 233
}
}

Expand Down

0 comments on commit 38ce0a5

Please sign in to comment.