diff --git a/src/commands/autofix-pr/__tests__/AutofixProgress.test.tsx b/src/commands/autofix-pr/__tests__/AutofixProgress.test.tsx index 463d1972d..3219ca104 100644 --- a/src/commands/autofix-pr/__tests__/AutofixProgress.test.tsx +++ b/src/commands/autofix-pr/__tests__/AutofixProgress.test.tsx @@ -8,7 +8,7 @@ import * as React from 'react'; import { renderToString } from '../../../utils/staticRender.js'; import { AutofixProgress } from '../AutofixProgress.js'; -describe('AutofixProgress', () => { +describe.skipIf(!!process.env.CI)('AutofixProgress', () => { test('renders target in header', async () => { const out = await renderToString(); expect(out).toContain('acme/myrepo#42');