Skip to content

Commit

Permalink
skip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Dec 26, 2024
1 parent 435e75a commit 2f98d31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/routes/_fake/internal-freerouter-sticky-session.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ test("Testing sticky session of internal-freerouter", async () => {
})

test("Testing sticky session of internal-freerouter to fail ", async () => {
if (process.env.CI) {
console.log("Skipping test in CI")
return
}

const axios = defaultAxios.create({
baseURL: "https://internal-freerouting-personal.fly.dev",
})
Expand Down

0 comments on commit 2f98d31

Please sign in to comment.