mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: missing nolint comment (#13862)
This commit is contained in:
@@ -206,7 +206,7 @@ func TestDeleteOldWorkspaceAgentLogs(t *testing.T) {
|
||||
require.NotContains(t, agentLogs, t.Name())
|
||||
})
|
||||
|
||||
//nolint:paralleltest It uses LockIDDBPurge.
|
||||
//nolint:paralleltest // It uses LockIDDBPurge.
|
||||
t.Run("AgentConnectedSixDaysAgo_LogsValid", func(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user