Skip to content

Commit 233fd79

Browse files
authored
Skip flaky extension smoke tests (microsoft#205309)
1 parent d30f701 commit 233fd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/src/areas/extensions/extensions.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) {
10-
describe('Extensions', () => {
10+
describe.skip('Extensions', () => {
1111

1212
// Shared before/after handling
1313
installAllHandlers(logger);

0 commit comments

Comments
 (0)