UTF 1.4.x - PlayMode Test hangs after successful Test Run

Unity Version: 2022.3.17f1
Unity Test Framework Version: 1.4.3

Upgraded from UTF 1.1.33 to 1.4.3 in hopes of taking advantage of some of the async/await functionality and am encountering an issue that Tests do not seem to exit cleanly after running.

  • The test succeeds and I have verified that the [Teardown] method is being invoked.
  • Unity Exits Playmode successfully.
  • Unity does not exit out of the InitTestScene
  • The “Test Runner” dialog remains open (image attached).

Any ideas or guidance on this one? Thanks!

9628271--1367705--upload_2024-2-6_17-23-42.png

9628271--1367708--upload_2024-2-6_17-24-7.png

After an annoying amount of investigation and seeing the issue on a fresh project with only the UTF package installed, I decided to go to the “Test Framework” folder under packages and click “Reimport”. That must have cleaned something up in the Library folder as the tests no longer hang.

Still a bug, but no longer blocking me.