Skip to content

Commit 11b8099

Browse files
authored
Merge pull request #286857 from microsoft/architectural-moth
disable a11y tests for now
2 parents 2c80c0e + 2906827 commit 11b8099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/src/areas/accessibility/accessibility.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Application, Logger } from '../../../../automation';
77
import { installAllHandlers } from '../../utils';
88

99
export function setup(logger: Logger, opts: { web?: boolean }) {
10-
describe('Accessibility', function () {
10+
describe.skip('Accessibility', function () {
1111

1212
// Increase timeout for accessibility scans
1313
this.timeout(30 * 1000);

0 commit comments

Comments
 (0)