We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558ef48 commit aee97f8Copy full SHA for aee97f8
coderd/workspaces_test.go
@@ -569,7 +569,8 @@ func TestWorkspaceFilterAllStatus(t *testing.T) {
569
t.Skip(`This test takes too long with an actual database. Takes 10s on local machine`)
570
}
571
572
- // nolint:gocritic -- unit testing
+ // For this test, we do not care about permissions.
573
+ // nolint:gocritic // unit testing
574
ctx := dbauthz.AsSystemRestricted(context.Background())
575
db, pubsub := dbtestutil.NewDB(t)
576
client := coderdtest.New(t, &coderdtest.Options{
0 commit comments