Skip to content

Commit

Permalink
Merge branch 'main' into eui/v94.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 1, 2024
2 parents f7ba4d7 + 869402b commit f071e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-storybook/src/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ export default ({ config: storybookConfig }: { config: Configuration }) => {
stats,
};

// Override storybookConfig mainFields instead of merging with config
delete storybookConfig.resolve?.mainFields;

const updatedModuleRules = [];
// clone and modify the module.rules config provided by storybook so that the default babel plugins run after the typescript preset
for (const originalRule of storybookConfig.module?.rules ?? []) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const findTestUtils = (
supertestWithoutAuth: any
) => {
// Failing: See https://github.com/elastic/kibana/issues/182263
// Failing: See https://github.com/elastic/kibana/issues/182284
describe.skip(describeType, () => {
afterEach(() => objectRemover.removeAll());

Expand Down

0 comments on commit f071e08

Please sign in to comment.