parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

Fix flaky test `ParseLiveQuery handle invalid websocket payload length` #9272

Open mtrezza opened 1 month ago

mtrezza commented 1 month ago

New Issue Checklist

Issue Description

Fix flaky test ParseLiveQuery handle invalid websocket payload length.

https://github.com/parse-community/parse-server/blob/453a9879efedc98d942e0c0d3c9254ae5cd4858b/spec/ParseLiveQuery.spec.js#L881

The test is currently in the flaky test list:

https://github.com/parse-community/parse-server/blob/9fd707092eeb431b7165b79b329bbd4b58be6942/spec/support/CurrentSpecReporter.js#L13-L14

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this issue!