- Issue created by @catch
- π¬π§United Kingdom catch
Actually the main problem here appears to be that despite being a build test, this is in the unit test namespace, so it's getting run in completely the wrong job?
- π¬π§United Kingdom catch
Reduces unit test run times from around 1 minute down to just over 30 seconds, should be neutral for build tests because this will be one of the shorter build tests.
- πΊπΈUnited States nicxvan
Can confirm.
The test extends BuildTestBase so it should be in the build test namespace.
- πΊπΈUnited States xjm
Nice!
Committed to 11.x and 11.2.x. I tried cherry-picking to 10.6.x as well as it's a non-disruptive improvement to the test suite, but it doesn't exist there. π
Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.