diff --git a/packages/react-hooks/test/react-hooks.test.tsx b/packages/react-hooks/test/react-hooks.test.tsx index 792432136e..35c5a3ce7d 100644 --- a/packages/react-hooks/test/react-hooks.test.tsx +++ b/packages/react-hooks/test/react-hooks.test.tsx @@ -60,7 +60,7 @@ describe(`useShape`, () => { ) }) - it.only(`should re-sync a shape after an interrupt`, async ({ + it(`should re-sync a shape after an interrupt`, async ({ aborter, issuesTableUrl, insertIssues,