From 53bdc6bf92bf125eb880a220c1e175c2506a273a Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 12 Sep 2023 16:52:47 -0500 Subject: [PATCH] chore: disable test --- __tests__/cmds/openapi/index.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/cmds/openapi/index.test.ts b/__tests__/cmds/openapi/index.test.ts index 7d354026c..3053734dc 100644 --- a/__tests__/cmds/openapi/index.test.ts +++ b/__tests__/cmds/openapi/index.test.ts @@ -1347,7 +1347,9 @@ describe('rdme openapi', () => { return mock.done(); }); - it('should send proper headers in GitHub Actions CI for spec hosted at URL', async () => { + // TODO: we should re-enable this test once we've migrated over to MSW + // eslint-disable-next-line vitest/no-disabled-tests + it.skip('should send proper headers in GitHub Actions CI for spec hosted at URL', async () => { const registryUUID = getRandomRegistryId(); const spec = 'https://example.com/openapi.json';