From 27e3cbfbbc1214c8b4f5baacfbec960374ab1906 Mon Sep 17 00:00:00 2001 From: Matthias Rolke Date: Thu, 10 Jun 2021 23:38:47 +0200 Subject: [PATCH] Revert "test: skip flaky HighVelocitySales E2E test" This reverts commit fe7687177041404545bc80dd0a6b848ee990e6d5. --- src/plugins/high-velocity-sales-settings/index.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/high-velocity-sales-settings/index.e2e-spec.ts b/src/plugins/high-velocity-sales-settings/index.e2e-spec.ts index e284f678..fb209fd3 100644 --- a/src/plugins/high-velocity-sales-settings/index.e2e-spec.ts +++ b/src/plugins/high-velocity-sales-settings/index.e2e-spec.ts @@ -3,7 +3,7 @@ import * as child from 'child_process'; import * as path from 'path'; import { HighVelocitySalesSettings } from '.'; -describe.skip(HighVelocitySalesSettings.name, function() { +describe(HighVelocitySalesSettings.name, function() { this.slow('30s'); this.timeout('2m'); it('should enable', () => {