Skip to content

Commit

Permalink
test: skip a useTypedParams test case due to flakiness (#9287)
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-determined authored May 2, 2024
1 parent 2164912 commit a8d05fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webui/react/src/hooks/useTypedParams.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ describe('useTypedParams', () => {
.afterEach(() => navSpy.mockClear()),
);
});
it('does not touch params that are not in the codec', async () => {
// TODO(SKIP): skip this test case because this has been flaky on CI
// revisit here to fix the flakiness
it.skip('does not touch params that are not in the codec', async () => {
await fc.assert(
fc
.asyncProperty(
Expand Down

0 comments on commit a8d05fa

Please sign in to comment.