livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.58k stars 179 forks source link

Fix flaky view test #186

Open matthewmueller opened 2 years ago

matthewmueller commented 2 years ago

Getting pretty frequent CI failures:

I think it's related to bud server still needing a constant port, but the test suite picking a random port.

If this does turn out to be the problem, I'll still be surprised tests don't consistently fail.