Skip to content

Commit

Permalink
Web: Add unto flakey test and throws console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed May 9, 2024
1 parent 19a89bc commit 0a56c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/packages/shared/setupTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ const failOnConsoleIgnoreList = new Set([
'web/packages/teleport/src/components/BannerList/useAlerts.test.tsx',
'web/packages/teleport/src/Navigation/NavigationItem.test.tsx',
'web/packages/teleterm/src/ui/TabHost/TabHost.test.tsx',
// As of the parent commit (708dac8e0d0), these two below are flakes.
// As of the parent commit (708dac8e0d0), the tests below are flakes.
// https://github.com/gravitational/teleport/pull/41252#discussion_r1595036569
'web/packages/teleport/src/Console/DocumentNodes/DocumentNodes.story.test.tsx',
'web/packages/teleport/src/Recordings/Recordings.story.test.tsx',
'web/packages/teleport/src/Audit/Audit.story.test.tsx',
...entFailOnConsoleIgnoreList,
]);
failOnConsole({
Expand Down

0 comments on commit 0a56c81

Please sign in to comment.