Fix unstable fanin test (#2558)
This commit is contained in:
parent
dafae52efa
commit
eac36d123e
|
@ -698,6 +698,9 @@ func TestMetricsForLabelMatchersIgnoresRemoteData(t *testing.T) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
sort.Slice(got, func(i, j int) bool {
|
||||||
|
return got[i].Metric.Before(got[j].Metric)
|
||||||
|
})
|
||||||
|
|
||||||
want := []metric.Metric{
|
want := []metric.Metric{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue