Responding to build failures and minimising wasting of developer efforts

Well said, @wyclif. I guess I’m saying “let’s treat a flaky test like a bug that keeps the program from running at all” – i.e., once discovered, it’s not something we can live with. If it can’t be fixed directly, then we need a workaround (like @Ignore) until it can be fixed.

Totally agree. In fact, it’s déjà vu all over again. :stuck_out_tongue: