chore(repo): disable flaky storybook test (#18997)

This commit is contained in:
Miroslav Jonaš 2023-09-05 11:48:51 +02:00 committed by GitHub
parent 20528790bb
commit 99eebfb5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,8 @@ describe('Storybook executors for Angular', () => {
}, 200_000);
// 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`);
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
}, 1_000_000);