Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 24, 2024
1 parent 9d943a4 commit 5c34ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func TestUsers(t *testing.T) {

// deleting users
{
t.Skip("this is just an example, don't run it")
response, err := client.DeleteUsers(ctx, &getstream.DeleteUsersRequest{UserIds: []string{"<id>"}})

// restore a soft-deleted user
Expand Down

0 comments on commit 5c34ec8

Please sign in to comment.