Skip to content

Commit

Permalink
add test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Jan 28, 2025
1 parent 40929ea commit 62b00f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/components/Axe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {themes} from '../test-helpers/themes'
const SKIPPED_TESTS = [
'components-treeview-features--stress-test',
'components-treeview-features--contain-intrinsic-size',
'components-flash-features--with-icon-action-dismiss', // TODO: Remove once color-contrast issues have been resolved
]

type Component = {
Expand All @@ -22,7 +23,7 @@ const {entries} = componentsConfig
test.describe('@aat', () => {
for (const [id, entry] of Object.entries(entries as Record<string, Component>)) {
if (SKIPPED_TESTS.includes(id)) {
continue;
continue
}

const {name} = entry
Expand Down

0 comments on commit 62b00f8

Please sign in to comment.