diff --git a/ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt b/ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt index bd9167c78e..16945d18c6 100644 --- a/ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt +++ b/ktlint-reporter-sarif/src/test/kotlin/com/pinterest/ktlint/reporter/sarif/SarifReporterTest.kt @@ -5,12 +5,10 @@ import java.io.ByteArrayOutputStream import java.io.File import java.io.PrintStream import org.junit.Assert.assertEquals -import org.junit.Ignore import org.junit.Test class SarifReporterTest { - @Ignore("https://github.com/pinterest/ktlint/issues/1191") @Test fun testReportGeneration() { val workingDirectory = System.getProperty("user.home").sanitize()