File tree Expand file tree Collapse file tree
browser_tests/tests/customNodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,20 @@ tier needs no extra assets - the pairing generator derives everything from
7979under ` browser_tests/assets/customNodes/ ` and set the tier. Reuse existing
8080repo media assets - do not commit new binaries.
8181
82+ ## Deferred: the io tier (T2a)
83+
84+ A third run tier existed that loads a workflow containing assertion nodes
85+ ("Assert Executed" style checker nodes) and requires them to pass. It was
86+ removed because the assertion-nodes pack it depends on is not published yet,
87+ so the tier could only ever report "skipped" on every backend. When that
88+ pack ships, restore the tier with:
89+
90+ ``` bash
91+ git revert e263d54f4
92+ ```
93+
94+ and add the assertion workflow per pack plus ` "io" ` to its manifest tiers.
95+
8296## Gotchas
8397
8498- Do not run with ` --trace on ` against system Chrome
You can’t perform that action at this time.
0 commit comments