test(cli): temporarily skip digest auth test (#4770)

This commit is contained in:
Shreyas 2025-02-20 15:59:09 +05:30 committed by GitHub
parent ce0eaf1d84
commit 6df6eec34b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -448,7 +448,11 @@ describe("hopp test [options] <file_path_or_id>", { 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"