mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
0c9c7482b5
The following test is flakey. We don't care about the order because we check if the tags are being sent. ``` Failure/Error: measurement = Benchmark.measure { example.run } expected: ["tag4", "tag5"] got: ["tag5", "tag4"] (compared using ==) ```