Skip flaky extension smoke tests (#205309)

This commit is contained in:
Logan Ramos 2024-02-15 14:05:54 -07:00 committed by GitHub
parent d30f7018d2
commit 233fd797c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);