We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f701 commit 233fd79Copy full SHA for 233fd79
test/smoke/src/areas/extensions/extensions.test.ts
@@ -7,7 +7,7 @@ import { Application, Logger } from '../../../../automation';
7
import { installAllHandlers } from '../../utils';
8
9
export function setup(logger: Logger) {
10
- describe('Extensions', () => {
+ describe.skip('Extensions', () => {
11
12
// Shared before/after handling
13
installAllHandlers(logger);
0 commit comments