Skip to content

Commit 0e1d093

Browse files
committed
fixup! chore: skip timing-sensistive AgentMetadata test in the standard suite
1 parent 68d1ef7 commit 0e1d093

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

testutil/timing.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ import (
55
"testing"
66
)
77

8-
// For the time-being, we can't run timing-sensitive tests in CI because of the
8+
// We can't run timing-sensitive tests in CI because of the
99
// great variance in runner performance. Instead of not testing timing at all,
10-
// we relegate it to the human to manually run the timing test on a
11-
// consistent machine from time to time.
10+
// we relegate it to humans manually running certain tests with the "-timing"
11+
// flag from time to time.
12+
//
13+
// Eventually, we should run all timing tests in a self-hosted runner.
1214

1315
var timingFlag = flag.Bool("timing", false, "run timing-sensitive tests")
1416

0 commit comments

Comments
 (0)