We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f31af commit ae7a4e5Copy full SHA for ae7a4e5
1 file changed
src/commands/autofix-pr/__tests__/AutofixProgress.test.tsx
@@ -8,7 +8,7 @@ import * as React from 'react';
8
import { renderToString } from '../../../utils/staticRender.js';
9
import { AutofixProgress } from '../AutofixProgress.js';
10
11
-describe('AutofixProgress', () => {
+describe.skipIf(!!process.env.CI)('AutofixProgress', () => {
12
test('renders target in header', async () => {
13
const out = await renderToString(<AutofixProgress phase="detecting" target="acme/myrepo#42" />);
14
expect(out).toContain('acme/myrepo#42');
0 commit comments