You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create test code like attached
2. Run tests from sbt (0.13.0)
3. Get rid of BeforeAndAfterAll in master test suite and notice that Suites
tests run as expected.
What is the expected output? What do you see instead?
Expected output: 3 pending tests. As-written I see the beforeAll output then
hang (no nested tests run)
What version of the product are you using? On what operating system?
2.0.M7, Scala 2.10.2, sbt 0.13.0
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 16 Sep 2013 at 2:23
Sorry about that one. This is already fixed in master and will be included in
the next release. I'll make a release today, either a SNAP or an M8. Probably
better do an M8. In the meantime, you can work around it by mixing in
SequentialNestedSuitesExecution.
Original issue reported on code.google.com by
[email protected]
on 16 Sep 2013 at 2:23Attachments:
The text was updated successfully, but these errors were encountered: