mirror of https://github.com/sbt/sbt.git
[2.x] test: Un-pend project/consoleProject scripted test
**Problem** CI reports "Pending test passed" for `project/consoleProject` on Java 25 after the consoleProject Scala 3 fix. The test was previously marked pending because `consoleProject` did not work with Scala 3 (#7722) — now it does, so scripted flags the pending file as unexpectedly passing. **Solution** Rename `pending` to `test` so scripted runs it as a regular test.
This commit is contained in:
parent
673789111b
commit
1285562c76
Loading…
Reference in New Issue