Skip to content

Commit

Permalink
Revert "test(GitHub CI): disable TestNG HTML logs"
Browse files Browse the repository at this point in the history
This reverts commit f2325c6.

It didn't seem to make any difference - other than different (unhelpful)
runtime output. Seeing the change removes all listeners, maybe I needed
to add a basic listener back in.
  • Loading branch information
edalex-ian committed Jan 17, 2024
1 parent f2325c6 commit b7c3b32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autotest/OldTests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ enablePlugins(TestNGPlugin)
testNGOutputDirectory := (target.value / "testng").absolutePath

testNGParameters ++= Seq("-log", autotestBuildConfig.value.getInt("tests.verbose").toString)
// Disable generating the HTML report, as it's running out of memory on GitHub Actions.
testNGParameters ++= Seq("-usedefaultlisteners", "false")

testNGSuites := {
val tc = autotestBuildConfig.value.getConfig("tests")
Expand Down

0 comments on commit b7c3b32

Please sign in to comment.