Skip to content

Commit

Permalink
mark TestOIDC024UserCreation as flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Jan 16, 2025
1 parent 1ab7b31 commit a4012fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/auth_oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"github.com/ory/dockertest/v3/docker"
"github.com/samber/lo"
"github.com/stretchr/testify/assert"
"tailscale.com/cmd/testwrapper/flakytest"
)

const (
Expand Down Expand Up @@ -244,6 +245,7 @@ func TestOIDCExpireNodesBasedOnTokenExpiry(t *testing.T) {
// - stripped email domain on/off
func TestOIDC024UserCreation(t *testing.T) {
IntegrationSkip(t)
flakytest.Mark(t, "https://github.com/juanfont/headscale/issues/2299")

tests := []struct {
name string
Expand Down

0 comments on commit a4012fd

Please sign in to comment.