Skip to content

Commit

Permalink
Revert "test: skip flaky HighVelocitySales E2E test"
Browse files Browse the repository at this point in the history
This reverts commit fe76871.
  • Loading branch information
amtrack committed Oct 5, 2022
1 parent 79ad241 commit 27e3cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/high-velocity-sales-settings/index.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 27e3cbf

Please sign in to comment.