From 6df6eec34bae6cb5467339fd398b6e3acb26f61e Mon Sep 17 00:00:00 2001 From: Shreyas Date: Thu, 20 Feb 2025 15:59:09 +0530 Subject: [PATCH] test(cli): temporarily skip digest auth test (#4770) --- .../hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts b/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts index f386046e..104e2531 100644 --- a/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts +++ b/packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts @@ -448,7 +448,11 @@ describe("hopp test [options] ", { timeout: 100000 }, () => { }); describe("Digest Authorization type", () => { - test("Successfully translates the authorization information to headers/query params and sends it along with the request", async () => { + /** + * NOTE: This test is being skipped because the test endpoint is no longer resolving + * TODO: Find a reliable public endpoint that supports Digest Auth and re-enable this test + */ + test.skip("Successfully translates the authorization information to headers/query params and sends it along with the request", async () => { const COLL_PATH = getTestJsonFilePath( "digest-auth-success-coll.json", "collection"