parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Fix flaky test `ParseLiveQuery handle invalid websocket payload length`

Open mtrezza opened this issue 1 year ago • 1 comments
trafficstars

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

mtrezza avatar Aug 11 '24 12:08 mtrezza

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.