Don't track hidden tests in Engine.
We were closing hidden tests in Engine.close(), but this isn't necessary. A test is only hidden if it's complete, complete tests don't block closing their parent suites, *and* closing the parent suite will close the test anyway. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1879823002 .
Loading
Please register or sign in to comment