Details
-
Bug
-
Status: Resolved
-
P1
-
Resolution: Fixed
-
None
Description
The test is not run because `p.run()` is not called. When `p.run()` is added, the test fails.
Kenn, I suspect this is because it's using triggers in batch, which obviously is not guaranteed to work.
Please investigate!
Failed tests:
CombineTest.testGlobalCombineWithDefaultsAndTriggers:391
Expected: iterable over ["2: true", "1: false"] in any order
but: No item matches: "1: false" in ["2: true"]
Tests run: 30, Failures: 1, Errors: 0, Skipped: 0