-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
RUN_IN_SEQUENCE executes the tests on the first TestSuite, but the tests for the 2nd TestSuite are not being executed.
When RUN_IN_SEQUENCE calls AreAllTestsFinished(), it returns true (because no test has been registered yet) and therefore the tests never get executed.
But the tests can only be registered in TEST_ORDERED during execution of the test suite.
Note: It all works fine if the test suites are being executed in parallel.
Screenshots
Using TcUnit.RUN() and TEST()

Using TcUnit.RUN_IN_SEQUENCE() and TEST_ORDERED()

Software versions
v1.2.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

