diff --git a/reporter/src/funTest/assets/file-counter-expected-scan-report.xlsx b/reporter/src/funTest/assets/file-counter-expected-scan-report.xlsx index c4143fd86edb5..d66c350795e9d 100644 Binary files a/reporter/src/funTest/assets/file-counter-expected-scan-report.xlsx and b/reporter/src/funTest/assets/file-counter-expected-scan-report.xlsx differ diff --git a/reporter/src/funTest/kotlin/reporters/ExcelReporterFunTest.kt b/reporter/src/funTest/kotlin/reporters/ExcelReporterFunTest.kt index af85c2995e314..6b8baac086234 100644 --- a/reporter/src/funTest/kotlin/reporters/ExcelReporterFunTest.kt +++ b/reporter/src/funTest/kotlin/reporters/ExcelReporterFunTest.kt @@ -35,7 +35,7 @@ import org.ossreviewtoolkit.utils.test.readOrtResult class ExcelReporterFunTest : WordSpec({ "ExcelReporter" should { - "successfully export to an Excel sheet".config(enabled = false) { + "successfully export to an Excel sheet" { val outputDir = createTempDir(ORT_NAME, javaClass.simpleName).apply { deleteOnExit() } val ortResult = readOrtResult( "../scanner/src/funTest/assets/file-counter-expected-output-for-analyzer-result.yml"