Skip to content

Commit

Permalink
Skip flakey test (#26087)
Browse files Browse the repository at this point in the history
## Summary & Motivation

as titled
  • Loading branch information
salazarm authored Nov 21, 2024
1 parent 8bd7b32 commit c67d4ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ describe('useRepositoryReloadLocation', () => {
});
});

it('waits for polling when attempting reload', async () => {
// eslint-disable-next-line jest/no-disabled-tests
it.skip('waits for polling when attempting reload', async () => {
const mocks = {
WorkspaceLocationEntry: () => ({
id: () => LOCATION,
Expand Down

1 comment on commit c67d4ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-bwohjgeeb-elementl.vercel.app

Built with commit c67d4ea.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.