From be5126d37c306694e1417143c3b1028f544cd27d Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 8 Feb 2021 22:08:17 -0800 Subject: [PATCH] Also skip 'before', #116156 --- test/smoke/src/areas/workbench/localization.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/workbench/localization.test.ts b/test/smoke/src/areas/workbench/localization.test.ts index 69b53fdcf72..33ac13d2546 100644 --- a/test/smoke/src/areas/workbench/localization.test.ts +++ b/test/smoke/src/areas/workbench/localization.test.ts @@ -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;