Non-functional tests, e.g. timing, usually require a controlled environment for performance testing. These types of tests should be moved out into a performance test profile which is run independently of functional, unit tests.
Robert Dale On Fri, Jun 30, 2017 at 8:05 AM, Stephen Mallette <[email protected]> wrote: > I've noticed on slower environments like Travis that > > RepeatUnrollStrategyTest$PerformanceTest>TraversalStrategyPerformanceTe > st.shouldBeFaster > > tends to fail. Anything we can do to make that problem go away? Should that > even be part of the unit test suite? >
