fix: Unskip SuspendAnotherUser test (#3430)

It wasn't clear why this was skipped, it seems accidental.
This commit is contained in:
Kyle Carberry
2022-08-12 14:12:44 -05:00
committed by GitHub
parent 0a46b1e59d
commit 3b951f77fb

View File

@ -641,7 +641,6 @@ func TestPutUserSuspend(t *testing.T) {
t.Parallel()
t.Run("SuspendAnotherUser", func(t *testing.T) {
t.Skip()
t.Parallel()
client := coderdtest.New(t, nil)
me := coderdtest.CreateFirstUser(t, client)