Skip to content

Commit

Permalink
test: skip flakey user provision tests (#9203)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey committed Apr 19, 2024
1 parent 598784d commit 3e865c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/internal/plugin/oidc/service_intg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ func TestMain(m *testing.M) {
}

func TestOIDCWorkflow(t *testing.T) {
t.Skip("Flakes because of serialization error. Ticket DET-10164")

ctx := context.Background()

cases := []struct {
Expand Down
2 changes: 2 additions & 0 deletions master/internal/plugin/saml/service_intg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func TestMain(m *testing.M) {
}

func TestSAMLWorkflowAutoProvision(t *testing.T) {
t.Skip("Flakes because of serialization error. Ticket DET-10164")

// First, make sure the mock SAML service is created.
s := mockService(true)
require.NotNil(t, s)
Expand Down

0 comments on commit 3e865c6

Please sign in to comment.