Github Automated Testing Problems of Branches from Master

How is it that the latest commit of the master branch of OpenEMR passes all of the automated Github tests but then when I sync my master branch it fails ?

(This might be partly why my recent pull request is failing testing.)

There are a lot of tests, and the e2e tests are a bit flaky. It’s not uncommon for one to fail. Sometimes, 2-3 can fail. If the majority of the tests pass, and a handful of the e2e tests fail, you can ignore it, or we can rerun just the failing test.

I recognize this is not ideal, and I’m going to try to fix that behavior, when I can.