Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/857
I was reviewing the protractor documentation
[here](http://www.protractortest.org/#/async-await) and I noticed this:
> Donât forget to turn off control_flow, you cannot use a mix of
async/await and the control flow: async/await causes the control flow to become
unreliable (see github issue). So if you async/await anywhere in a spec, you
should use the SELENIUM_PROMISE_MANAGER: false
I don't see that setting in protractor.conf.js. Shouldn't it be included?
Have all the tests been updated to use async/await instead of web driver flow
control?
---