Also skip 'before', #116156

This commit is contained in:
Rob Lourens 2021-02-08 22:08:17 -08:00
parent 0829608afb
commit be5126d37c

View file

@ -6,7 +6,7 @@
import { Application, Quality } from '../../../../automation';
export function setup() {
describe('Localization', () => {
describe.skip('Localization', () => {
before(async function () {
const app = this.app as Application;