Thanks to visit codestin.com Credit goes to github.com
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 7f6e513 commit 0bc49ffCopy full SHA for 0bc49ff
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