mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
ci: move timing tests to nightly gauntlet (#7910)
Test_Runner_Timing was one of our flakiest tests before.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user