Skip to content

Commit

Permalink
Disable tests (until CI is ready)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Dec 18, 2024
1 parent 4ccb954 commit 631e67b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http/portalauth/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ var _ = Describe("Protecting an API via Portal", Ordered, func() {
const projectID = "d6c2c833-72d7-5618-86ce-29f9b38af12a"

BeforeAll(func() {
Skip("Skipping because CI is not yet set up with required secrets for this test")
// TODO: Get secrets via ENV variables and set those up in CI

By("Fetching a valid auth token")

token = "valid-token"
Expand Down

0 comments on commit 631e67b

Please sign in to comment.