mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 ==)
```