mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
fix: Unskip SuspendAnotherUser test (#3430)
It wasn't clear why this was skipped, it seems accidental.
This commit is contained in:
@ -641,7 +641,6 @@ func TestPutUserSuspend(t *testing.T) {
|
|||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
t.Run("SuspendAnotherUser", func(t *testing.T) {
|
t.Run("SuspendAnotherUser", func(t *testing.T) {
|
||||||
t.Skip()
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
client := coderdtest.New(t, nil)
|
client := coderdtest.New(t, nil)
|
||||||
me := coderdtest.CreateFirstUser(t, client)
|
me := coderdtest.CreateFirstUser(t, client)
|
||||||
|
Reference in New Issue
Block a user