Skip to content

Commit 954ac62

Browse files
committed
fix(expvars): embed time/tzdata in tests to fix Windows CI flake
1 parent 31fc641 commit 954ac62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/collector/runner/expvars/expvars_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"sync"
1515
"testing"
1616
"time"
17+
_ "time/tzdata"
1718

1819
"github.com/stretchr/testify/assert"
1920
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)