chore(repo): disable flaky storybook test (#18997)
This commit is contained in:
parent
20528790bb
commit
99eebfb5ea
@ -38,7 +38,8 @@ describe('Storybook executors for Angular', () => {
|
|||||||
}, 200_000);
|
}, 200_000);
|
||||||
|
|
||||||
// Increased timeout because 92% sealing asset processing TerserPlugin
|
// Increased timeout because 92% sealing asset processing TerserPlugin
|
||||||
it('shoud build an Angular based storybook', () => {
|
// TODO(meeroslav) this test is still flaky and breaks the PR runs. We need to investigate why.
|
||||||
|
xit('shoud build an Angular based storybook', () => {
|
||||||
runCLI(`run ${angularStorybookLib}:build-storybook`);
|
runCLI(`run ${angularStorybookLib}:build-storybook`);
|
||||||
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
|
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
|
||||||
}, 1_000_000);
|
}, 1_000_000);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user