We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5cd29 commit 1a2e47fCopy full SHA for 1a2e47f
coderd/idpsync/role_test.go
@@ -225,9 +225,8 @@ func TestRoleSyncTable(t *testing.T) {
225
// deployment. This tests all organizations being synced together.
226
// The reason we do them individually, is that it is much easier to
227
// debug a single test case.
228
+ //nolint:paralleltest, tparallel // This should run after all the individual tests
229
t.Run("AllTogether", func(t *testing.T) {
- t.Parallel()
230
-
231
db, _ := dbtestutil.NewDB(t)
232
manager := runtimeconfig.NewManager()
233
s := idpsync.NewAGPLSync(slogtest.Make(t, &slogtest.Options{
0 commit comments