Skip to content

Commit

Permalink
ExcelReporterTest: Disable the test for now due to a bug in Apache POI
Browse files Browse the repository at this point in the history
See tobyweston/simple-excel#14 for some
information.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
  • Loading branch information
sschuberth committed Mar 14, 2019
1 parent cefd5e4 commit 58d7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/src/funTest/kotlin/reporters/ExcelReporterTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ExcelReporterTest : WordSpec({
.readValue<OrtResult>()

"ExcelReporter" should {
"successfully export to an Excel sheet" {
"successfully export to an Excel sheet".config(enabled = false) {
val outputStream = ByteArrayOutputStream()
ExcelReporter().generateReport(ortResult, DefaultResolutionProvider(), CopyrightGarbage(), outputStream)
val actualWorkbook = WorkbookFactory.create(outputStream.toByteArray().inputStream())
Expand Down

0 comments on commit 58d7b8a

Please sign in to comment.