diff --git a/__tests__/run.test.ts b/__tests__/run.test.ts index b44671d..5b09802 100644 --- a/__tests__/run.test.ts +++ b/__tests__/run.test.ts @@ -44,14 +44,6 @@ describe('run.ts', () => { expect(os.type).toBeCalled(); }); - test('getLatestHelmVersion() - return the latest version of HELM', async () => { - try{ - expect(run.getLatestHelmVersion()).toBe("v3.8.0"); - } catch (e){ - return e; - } - }); - test('getStableHelmVersion() - download stable version file, read version and return it', async () => { jest.spyOn(toolCache, 'downloadTool').mockResolvedValue('pathToTool'); const response = JSON.stringify(