mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Added ignore
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
922f9babb1
commit
437c470c40
|
@ -54,7 +54,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMain(m *testing.M) {
|
func TestMain(m *testing.M) {
|
||||||
goleak.VerifyTestMain(m)
|
goleak.VerifyTestMain(m, goleak.IgnoreTopFunction("github.com/prometheus/prometheus/tsdb.(*SegmentWAL).cut.func2"))
|
||||||
}
|
}
|
||||||
|
|
||||||
func openTestDB(t testing.TB, opts *Options, rngs []int64) (db *DB) {
|
func openTestDB(t testing.TB, opts *Options, rngs []int64) (db *DB) {
|
||||||
|
|
Loading…
Reference in a new issue