chore(repo): disable flaky test (#18596)

This commit is contained in:
Craigory Coppola 2023-08-11 15:24:03 -05:00 committed by GitHub
parent eafc8af697
commit df7dc03eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,8 @@ describe('Storybook executors for Angular', () => {
p.kill();
}, 200_000);
it('shoud build an Angular based storybook', () => {
// TODO(@mandarini): reenable test after debugging flakiness
xit('shoud build an Angular based storybook', () => {
runCLI(`run ${angularStorybookLib}:build-storybook --verbose`);
checkFilesExist(`dist/storybook/${angularStorybookLib}/index.html`);
}, 200_000);