Skip to content

Commit

Permalink
test: remove obsolete test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 14, 2022
1 parent d44af28 commit f8fd480
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions selfservice/strategy/oidc/provider_generic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,4 @@ func TestProviderGenericOIDC_AddAuthCodeURLOptions(t *testing.T) {
}
assert.Contains(t, makeAuthCodeURL(t, r, reg), "claims="+url.QueryEscape(string(makeOIDCClaims())))
})

t.Run("case=does not allow calling issuers in the internal network", func(t *testing.T) {
t.Fatal("asdf")
})

t.Run("case=does not allow calling mappers in the internal network", func(t *testing.T) {
t.Fatal("asdf")
})
}

0 comments on commit f8fd480

Please sign in to comment.