#191860 skip until insiders is released

This commit is contained in:
Sandeep Somavarapu 2023-09-04 17:29:31 +02:00
parent 9392904ae4
commit eafe1c398d
No known key found for this signature in database
GPG key ID: DD41CAAC8081CC7D
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import { Application, Logger } from '../../../../automation';
import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe('Extensions', () => {
describe.skip('Extensions', () => {
// Shared before/after handling
installAllHandlers(logger);

View file

@ -8,7 +8,7 @@ import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe('Localization', () => {
describe.skip('Localization', () => {
// Shared before/after handling
installAllHandlers(logger);