ci: move timing tests to nightly gauntlet (#7910)

Test_Runner_Timing was one of our flakiest tests before.
This commit is contained in:
Ammar Bandukwala
2023-06-07 23:03:03 -05:00
committed by GitHub
parent fcca639d38
commit 9ec1fcf1a7
2 changed files with 25 additions and 6 deletions
+1
View File
@@ -109,6 +109,7 @@ func Test_Runner(t *testing.T) {
//nolint:paralleltest // Measures timing as part of the test.
func Test_Runner_Timing(t *testing.T) {
testutil.SkipIfNotTiming(t)
//nolint:paralleltest
t.Run("Direct+Hold", func(t *testing.T) {
client, agentID := setupRunnerTest(t)