From 1285562c76c56ad7c3ff823d8b06c6e9890720dd Mon Sep 17 00:00:00 2001 From: eureka928 Date: Mon, 13 Apr 2026 06:04:33 +0200 Subject: [PATCH] [2.x] test: Un-pend project/consoleProject scripted test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **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. --- sbt-app/src/sbt-test/project/consoleProject/{pending => test} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sbt-app/src/sbt-test/project/consoleProject/{pending => test} (100%) diff --git a/sbt-app/src/sbt-test/project/consoleProject/pending b/sbt-app/src/sbt-test/project/consoleProject/test similarity index 100% rename from sbt-app/src/sbt-test/project/consoleProject/pending rename to sbt-app/src/sbt-test/project/consoleProject/test