Skip to content

Commit 4356f71

Browse files
committed
Enable test.
1 parent 8864d49 commit 4356f71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/functionalTest/kotlin/org/checkerframework/plugin/gradle/OtherPluginsFunctionalTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package org.checkerframework.plugin.gradle
33
import com.google.common.truth.Truth.assertThat
44
import org.gradle.testkit.runner.TaskOutcome
55
import org.junit.jupiter.api.BeforeEach
6-
import org.junit.jupiter.api.Disabled
76
import org.junit.jupiter.api.Test
87

98
class OtherPluginsFunctionalTest : AbstractPluginFunctionalTest() {
@@ -59,7 +58,6 @@ class OtherPluginsFunctionalTest : AbstractPluginFunctionalTest() {
5958
}
6059
}
6160

62-
@Disabled // Crashes see https://github.com/kelloggm/checkerframework-gradle-plugin/issues/316.
6361
@Test
6462
fun `test lombok latest`() {
6563
buildFile.appendText(

0 commit comments

Comments
 (0)