Skip to content

Commit e4695ff

Browse files
fix: add parallel to test
1 parent d9e7e08 commit e4695ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/aitasks_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ func TestAITasksCreate(t *testing.T) {
199199
})
200200

201201
t.Run("FailsOnNonTaskTemplate", func(t *testing.T) {
202+
t.Parallel()
203+
202204
var (
203205
ctx = testutil.Context(t, testutil.WaitShort)
204206

0 commit comments

Comments
 (0)