summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-17 10:45:29 -0600
committermo khan <mo@mokhan.ca>2025-04-17 10:45:29 -0600
commit812bba426cd60ff746054a5b883b5e13ca75b0ff (patch)
treea041c9cd8aa5e83fbba55114309eebd35ebe5e4b /pkg
parentb9d891dba3676514258daaafe24f59479762f3b9 (diff)
test: temporarily skip test until github.com/oauth2-proxy/mockoidc is added
Diffstat (limited to 'pkg')
-rw-r--r--pkg/web/middleware/unpack_token_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/web/middleware/unpack_token_test.go b/pkg/web/middleware/unpack_token_test.go
index ac3d50c..285c8a9 100644
--- a/pkg/web/middleware/unpack_token_test.go
+++ b/pkg/web/middleware/unpack_token_test.go
@@ -15,6 +15,7 @@ import (
)
func TestUnpackToken(t *testing.T) {
+ t.Skip()
srv := test.OIDCServer()
defer srv.Close()